Skip to content

Commit

Permalink
unittests: Fix library dependency name
Browse files Browse the repository at this point in the history
Corrects the library name of LLVMAsmParser added in
2e4ec3e.
  • Loading branch information
tstellar committed Jul 7, 2021
1 parent 2e4ec3e commit 2c03d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/unittests/Passes/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit 2c03d92

Please sign in to comment.