We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a2a211 commit d3349b6Copy full SHA for d3349b6
tools/debugserver/source/MacOSX/OsLogger.cpp
@@ -8,8 +8,9 @@
8
//===----------------------------------------------------------------------===//
9
10
#include "OsLogger.h"
11
+#include <Availability.h>
12
-#if LLDB_USE_OS_LOG
13
+#if (LLDB_USE_OS_LOG) && (__MAC_OS_X_VERSION_MAX_ALLOWED >= 101200)
14
15
#include <os/log.h>
16
@@ -64,3 +65,4 @@ DNBCallbackLog OsLogger::GetLogFunction() {
64
65
DNBCallbackLog OsLogger::GetLogFunction() { return nullptr; }
66
67
#endif
68
+
0 commit comments