Skip to content

Commit 2c03d92

Browse files
committed
unittests: Fix library dependency name
Corrects the library name of LLVMAsmParser added in 2e4ec3e.
1 parent 2e4ec3e commit 2c03d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/unittests/Passes/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ endif()
1212
# work with DLLs on Windows (where a shared library can't have undefined
1313
# references), so just skip this testcase on Windows.
1414
if (NOT WIN32)
15-
set(LLVM_LINK_COMPONENTS Support Passes Core LLVMAsmParser)
15+
set(LLVM_LINK_COMPONENTS Support Passes Core AsmParser)
1616
add_llvm_unittest(PluginsTests
1717
PluginsTest.cpp
1818
)

0 commit comments

Comments
 (0)