1set(LLVM_LINK_COMPONENTS 2 Demangle 3 Support 4 ) 5 6add_llvm_tool(llvm-cxxfilt 7 llvm-cxxfilt.cpp 8 ) 9 10if(LLVM_INSTALL_BINUTILS_SYMLINKS) 11 add_llvm_tool_symlink(c++filt llvm-cxxfilt) 12endif() 13