1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00

Fix shared build.

This commit is contained in:
Michael Liao 2021-06-30 14:03:14 -04:00
parent a427135857
commit e142d83be3

View File

@ -17,7 +17,7 @@ if (NOT WIN32)
PluginsTest.cpp
)
export_executable_symbols_for_plugins(PluginsTests)
target_link_libraries(PluginsTests PRIVATE LLVMTestingSupport)
target_link_libraries(PluginsTests PRIVATE LLVMAsmParser LLVMTestingSupport)
set(LLVM_LINK_COMPONENTS)
foreach(PLUGIN TestPlugin DoublerPlugin)