File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ add_llvm_unittest(DebugInfoDWARFTests
28
28
DWARFFormValueTest.cpp
29
29
DWARFListTableTest.cpp
30
30
DWARFLocationExpressionTest.cpp
31
+
32
+ DISABLE_LLVM_LINK_LLVM_DYLIB
31
33
)
32
34
33
- target_link_libraries (DebugInfoDWARFTests PRIVATE LLVMTestingSupport )
35
+ target_link_libraries (DebugInfoDWARFTests PRIVATE LLVMTestingSupportStatic )
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ add_llvm_unittest_with_input_files(DebugInfoLogicalViewTests
22
22
LogicalElementsTest.cpp
23
23
StringPoolTest.cpp
24
24
WarningInternalTest.cpp
25
+
26
+ DISABLE_LLVM_LINK_LLVM_DYLIB
25
27
)
26
28
27
- target_link_libraries (DebugInfoLogicalViewTests PRIVATE LLVMTestingSupport )
29
+ target_link_libraries (DebugInfoLogicalViewTests PRIVATE LLVMTestingSupportStatic )
You can’t perform that action at this time.
0 commit comments