Skip to content

Commit

Permalink
Fix build after #84460: link LLVMTestingSupport explicitly in clang u…
Browse files Browse the repository at this point in the history
…nittest

This is supposed to fix the DYLIB-enabled build, i.e. https://lab.llvm.org/buildbot/#/builders/196
  • Loading branch information
weliveindetail committed Mar 12, 2024
1 parent d96d917 commit ffd31c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/unittests/Interpreter/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ set(LLVM_LINK_COMPONENTS
OrcJIT
Support
TargetParser
TestingSupport
)

add_clang_unittest(ClangReplInterpreterTests
Expand All @@ -20,6 +19,7 @@ target_link_libraries(ClangReplInterpreterTests PUBLIC
clangInterpreter
clangFrontend
clangSema
LLVMTestingSupport
)

# Exceptions on Windows are not yet supported.
Expand Down

0 comments on commit ffd31c5

Please sign in to comment.