Commit 2f1ca30f authored by Martin Storsjö's avatar Martin Storsjö
Browse files

Partially revert c1c9819e

Revert the part of that change that broke the
test Passes/./PluginsTests/PluginsTests.LoadPlugin.
parent c1c9819e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
  )