Skip to content

Commit ffd31c5

Browse files
Fix build after #84460: link LLVMTestingSupport explicitly in clang unittest
This is supposed to fix the DYLIB-enabled build, i.e. https://lab.llvm.org/buildbot/#/builders/196
1 parent d96d917 commit ffd31c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/unittests/Interpreter/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ set(LLVM_LINK_COMPONENTS
44
OrcJIT
55
Support
66
TargetParser
7-
TestingSupport
87
)
98

109
add_clang_unittest(ClangReplInterpreterTests
@@ -20,6 +19,7 @@ target_link_libraries(ClangReplInterpreterTests PUBLIC
2019
clangInterpreter
2120
clangFrontend
2221
clangSema
22+
LLVMTestingSupport
2323
)
2424

2525
# Exceptions on Windows are not yet supported.

0 commit comments

Comments
 (0)