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.
2 parents 39590b6 + a18f5e7 commit d1d20a6Copy full SHA for d1d20a6
third-party/unittest/CMakeLists.txt
@@ -42,7 +42,11 @@ endif()
42
# by unittests if these are built.
43
44
set(BUILDTREE_ONLY BUILDTREE_ONLY)
45
-set(EXCLUDE_FROM_ALL ON)
+# TODO: Swift does not build as part of the LLVM unified build, so it can't find
46
+# GTest when LLVM doesn't export it. Swift should be built in the unified
47
+# build, but we're not there yet. Put this back once Swift gets cleaned up
48
+# a bit. rdar://113340971
49
+# set(EXCLUDE_FROM_ALL ON)
50
if (LLVM_INSTALL_GTEST)
51
set(EXCLUDE_FROM_ALL OFF)
52
set(BUILDTREE_ONLY "")
0 commit comments