mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 02:33:06 +01:00
unittests: Fix library dependency name
Corrects the library name of LLVMAsmParser added in 2e4ec3e5d6a3bf7f61bea6898286cba64be7b764.
This commit is contained in:
parent
d0248bfa5e
commit
e3b57c8a21
@ -12,7 +12,7 @@ endif()
|
|||||||
# work with DLLs on Windows (where a shared library can't have undefined
|
# work with DLLs on Windows (where a shared library can't have undefined
|
||||||
# references), so just skip this testcase on Windows.
|
# references), so just skip this testcase on Windows.
|
||||||
if (NOT WIN32)
|
if (NOT WIN32)
|
||||||
set(LLVM_LINK_COMPONENTS Support Passes Core LLVMAsmParser)
|
set(LLVM_LINK_COMPONENTS Support Passes Core AsmParser)
|
||||||
add_llvm_unittest(PluginsTests
|
add_llvm_unittest(PluginsTests
|
||||||
PluginsTest.cpp
|
PluginsTest.cpp
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user