Skip to content

Commit 3c10843

Browse files
committed
[ARM64] XPC services are unsupported on device.
While around, clean up support for a 8 years old OS. <rdar://problem/55916729> llvm-svn: 373510
1 parent 293ec1e commit 3c10843

File tree

1 file changed

+2
-2
lines changed
  • lldb/source/Host/macosx/objcxx

1 file changed

+2
-2
lines changed

lldb/source/Host/macosx/objcxx/Host.mm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
#include <AvailabilityMacros.h>
1212

13-
#if !defined(MAC_OS_X_VERSION_10_7) || \
14-
MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_7
13+
// On device doesn't have supporty for XPC.
14+
#if defined(__APPLE__) && (defined(__arm64__) || defined(__aarch64__))
1515
#define NO_XPC_SERVICES 1
1616
#endif
1717

0 commit comments

Comments
 (0)