Home | History | Annotate | Download | only in llvm-cxxfilt
      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()
     13