[AST] Enable AST node introspection on Apple
authorStephen Kelly <steveire@gmail.com>
Thu, 22 Apr 2021 21:19:21 +0000 (22:19 +0100)
committerStephen Kelly <steveire@gmail.com>
Thu, 22 Apr 2021 21:19:21 +0000 (22:19 +0100)
This was previously excluded due to possible buildbot failures.

clang/lib/Tooling/CMakeLists.txt

index 8d77b23..053caa3 100644 (file)
@@ -24,7 +24,6 @@ string(SUBSTRING ${CMAKE_CURRENT_BINARY_DIR} ${PATH_LIB_END} -1 PATH_TAIL)
 string(CONCAT BINARY_INCLUDE_DIR ${PATH_HEAD} "/include/clang/" ${PATH_TAIL})
 
 if (NOT Python3_EXECUTABLE
-    OR APPLE
     OR CMAKE_CROSSCOMPILING
     OR GENERATOR_IS_MULTI_CONFIG
     OR NOT LLVM_NATIVE_ARCH IN_LIST LLVM_TARGETS_TO_BUILD