repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[llvm-objcopy] [COFF] Implmement --strip-unneeded and -x/--discard-all for symbols
[llvm-complete.git]
/
tools
/
llvm-cxxfilt
/
CMakeLists.txt
blob
2a78acad80a8169736a428d1d5e58c023fc864f7
1
set(LLVM_LINK_COMPONENTS
2
Demangle
3
Support
4
)
5
6
add_llvm_tool(llvm-cxxfilt
7
llvm-cxxfilt.cpp
8
)
9
10
if(LLVM_INSTALL_BINUTILS_SYMLINKS)
11
add_llvm_tool_symlink(c++filt llvm-cxxfilt)
12
endif()