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 15264b1 commit 439d77aCopy full SHA for 439d77a
llvm/unittests/FileCheck/CMakeLists.txt
@@ -5,6 +5,8 @@ set(LLVM_LINK_COMPONENTS
5
6
add_llvm_unittest(FileCheckTests
7
FileCheckTest.cpp
8
+
9
+ DISABLE_LLVM_LINK_LLVM_DYLIB
10
)
11
-target_link_libraries(FileCheckTests PRIVATE LLVMTestingSupport)
12
+target_link_libraries(FileCheckTests PRIVATE LLVMTestingSupportStatic)
0 commit comments