Sign in
cobalt
/
cobalt
/
e83fce97d7405b0b5e569d961aa431b1112ac6ac
/
.
/
src
/
third_party
/
llvm-project
/
llvm
/
tools
/
llvm-cxxfilt
/
CMakeLists.txt
blob: 2a78acad80a8169736a428d1d5e58c023fc864f7 [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
Demangle
Support
)
add_llvm_tool(llvm-cxxfilt
llvm-cxxfilt.cpp
)
if(LLVM_INSTALL_BINUTILS_SYMLINKS)
add_llvm_tool_symlink(c++filt llvm-cxxfilt)
endif()