Partially revert c1c9819ef9

Revert the part of that change that broke the
test Passes/./PluginsTests/PluginsTests.LoadPlugin.
This commit is contained in:
Martin Storsjö 2020-02-05 13:29:48 +02:00
parent c1c9819ef9
commit 2f1ca30f99
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ add_llvm_unittest(PluginsTests
export_executable_symbols(PluginsTests)
target_link_libraries(PluginsTests PRIVATE LLVMTestingSupport)
set(LLVM_LINK_COMPONENTS Support Core)
set(LLVM_LINK_COMPONENTS)
add_llvm_library(TestPlugin MODULE BUILDTREE_ONLY
TestPlugin.cpp
)