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 b6be37b commit 6106816Copy full SHA for 6106816
llvm/lib/Testing/Support/CMakeLists.txt
@@ -1,7 +1,3 @@
1
-# Do not build unittest libraries automatically, they will be pulled in
2
-# by unittests if these are built.
3
-set(EXCLUDE_FROM_ALL ON)
4
-
5
add_llvm_library(LLVMTestingSupport
6
Annotations.cpp
7
Error.cpp
llvm/utils/unittest/CMakeLists.txt
@@ -38,10 +38,6 @@ if (HAVE_LIBPTHREAD)
38
list(APPEND LIBS pthread)
39
endif()
40
41
42
43
44
45
add_llvm_library(llvm_gtest
46
googletest/src/gtest-all.cc
47
googlemock/src/gmock-all.cc
0 commit comments