forked from OSchip/llvm-project
Partially revert c1c9819ef9
Revert the part of that change that broke the test Passes/./PluginsTests/PluginsTests.LoadPlugin.
This commit is contained in:
parent
c1c9819ef9
commit
2f1ca30f99
|
@ -14,7 +14,7 @@ add_llvm_unittest(PluginsTests
|
||||||
export_executable_symbols(PluginsTests)
|
export_executable_symbols(PluginsTests)
|
||||||
target_link_libraries(PluginsTests PRIVATE LLVMTestingSupport)
|
target_link_libraries(PluginsTests PRIVATE LLVMTestingSupport)
|
||||||
|
|
||||||
set(LLVM_LINK_COMPONENTS Support Core)
|
set(LLVM_LINK_COMPONENTS)
|
||||||
add_llvm_library(TestPlugin MODULE BUILDTREE_ONLY
|
add_llvm_library(TestPlugin MODULE BUILDTREE_ONLY
|
||||||
TestPlugin.cpp
|
TestPlugin.cpp
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue