Sign in
android
/
toolchain
/
llvm
/
refs/heads/main
/
.
/
tools
/
llvm-cxxfilt
/
CMakeLists.txt
blob: 2a78acad80a8169736a428d1d5e58c023fc864f7 [
file
] [
log
] [
blame
] [
edit
]
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()