[ARM] MVE predicate bitcast test and VPSEL adjustment. NFC
[llvm-core.git] / tools / llvm-cxxfilt / CMakeLists.txt
blob2a78acad80a8169736a428d1d5e58c023fc864f7
1 set(LLVM_LINK_COMPONENTS
2   Demangle
3   Support
4   )
6 add_llvm_tool(llvm-cxxfilt
7   llvm-cxxfilt.cpp
8   )
10 if(LLVM_INSTALL_BINUTILS_SYMLINKS)
11   add_llvm_tool_symlink(c++filt llvm-cxxfilt)
12 endif()