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 3782eb6 commit 07feb8cCopy full SHA for 07feb8c
llvm/lib/Testing/Support/CMakeLists.txt
@@ -20,6 +20,23 @@ add_llvm_library(LLVMTestingSupport
20
21
target_link_libraries(LLVMTestingSupport PRIVATE llvm_gtest)
22
23
+add_llvm_library(LLVMTestingSupportStatic
24
+ Error.cpp
25
+ SupportHelpers.cpp
26
+
27
+ ${BUILDTREE_ONLY}
28
29
+ ADDITIONAL_HEADER_DIRS
30
+ ${LLVM_MAIN_INCLUDE_DIR}/llvm/Testing/Support
31
32
+ LINK_COMPONENTS
33
+ Support
34
35
+ DISABLE_LLVM_LINK_LLVM_DYLIB
36
+ )
37
38
+target_link_libraries(LLVMTestingSupportStatic PRIVATE llvm_gtest)
39
40
# This is to avoid the error in gtest-death-test-internal.h
41
# (150,16): error: 'Create' overrides a member function but
42
# is not marked 'override' [-Werror,-Wsuggest-override]
0 commit comments