Partially revert c1c9819ef91aab51b5a23fb3027adac5a2f551cc
authorMartin Storsjö <martin@martin.st>
Wed, 5 Feb 2020 11:29:48 +0000 (13:29 +0200)
committerMartin Storsjö <martin@martin.st>
Wed, 5 Feb 2020 11:29:48 +0000 (13:29 +0200)
Revert the part of that change that broke the
test Passes/./PluginsTests/PluginsTests.LoadPlugin.

llvm/unittests/Passes/CMakeLists.txt

index 8f8147e..3e83b52 100644 (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
   )