mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
5a9b476c7e
This adds a dependency on Support/. As llvm-cxxfilt will grow support for options this will be needed anyway. llvm-svn: 282523
9 lines
101 B
CMake
9 lines
101 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Demangle
|
|
Support
|
|
)
|
|
|
|
add_llvm_tool(llvm-cxxfilt
|
|
llvm-cxxfilt.cpp
|
|
)
|