[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git] / llvm / tools / llvm-cxxfilt / CMakeLists.txt
blobcbc4c2db6154372518e14bc609ba2b3671f94fa8
1 set(LLVM_LINK_COMPONENTS
2   Demangle
3   Option
4   Support
5   TargetParser
6   )
8 set(LLVM_TARGET_DEFINITIONS Opts.td)
9 tablegen(LLVM Opts.inc -gen-opt-parser-defs)
10 add_public_tablegen_target(CxxfiltOptsTableGen)
12 add_llvm_tool(llvm-cxxfilt
13   llvm-cxxfilt.cpp
15   DEPENDS
16   CxxfiltOptsTableGen
17   GENERATE_DRIVER
18   )
20 if(LLVM_INSTALL_BINUTILS_SYMLINKS)
21   add_llvm_tool_symlink(c++filt llvm-cxxfilt)
22 endif()