unittests: Fix library dependency name

Corrects the library name of LLVMAsmParser added in
2e4ec3e5d6.
This commit is contained in:
Tom Stellard 2021-07-07 06:56:15 -07:00
parent 2e4ec3e5d6
commit 2c03d92ee6
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ endif()
# work with DLLs on Windows (where a shared library can't have undefined
# references), so just skip this testcase on Windows.
if (NOT WIN32)
set(LLVM_LINK_COMPONENTS Support Passes Core LLVMAsmParser)
set(LLVM_LINK_COMPONENTS Support Passes Core AsmParser)
add_llvm_unittest(PluginsTests
PluginsTest.cpp
)