blob: 2a78acad80a8169736a428d1d5e58c023fc864f7 [file] [log] [blame]
Rafael Espindolab940b662016-09-06 19:16:48 +00001set(LLVM_LINK_COMPONENTS
2 Demangle
Davide Italianoc37eb112016-09-27 18:50:30 +00003 Support
Rafael Espindolab940b662016-09-06 19:16:48 +00004 )
5
6add_llvm_tool(llvm-cxxfilt
7 llvm-cxxfilt.cpp
8 )
Shoaib Meenai08bb38f2017-11-02 21:43:32 +00009
10if(LLVM_INSTALL_BINUTILS_SYMLINKS)
11 add_llvm_tool_symlink(c++filt llvm-cxxfilt)
12endif()