We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e4ec3e commit 2c03d92Copy full SHA for 2c03d92
llvm/unittests/Passes/CMakeLists.txt
@@ -12,7 +12,7 @@ endif()
12
# work with DLLs on Windows (where a shared library can't have undefined
13
# references), so just skip this testcase on Windows.
14
if (NOT WIN32)
15
- set(LLVM_LINK_COMPONENTS Support Passes Core LLVMAsmParser)
+ set(LLVM_LINK_COMPONENTS Support Passes Core AsmParser)
16
add_llvm_unittest(PluginsTests
17
PluginsTest.cpp
18
)
0 commit comments