mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-23 12:40:38 +00:00
d370d4d137
This adds a dependency on Support/. As llvm-cxxfilt will grow support for options this will be needed anyway. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282523 91177308-0d34-0410-b5e6-96231b3b80d8
9 lines
101 B
CMake
9 lines
101 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Demangle
|
|
Support
|
|
)
|
|
|
|
add_llvm_tool(llvm-cxxfilt
|
|
llvm-cxxfilt.cpp
|
|
)
|