[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / tools / llvm-lipo / CMakeLists.txt
blob342f9bfafe915bbb80f370b1c07cf2a34ee88bf2
1 set(LLVM_LINK_COMPONENTS
2   ${LLVM_TARGETS_TO_BUILD}
3   Object
4   Option
5   Support
6   TargetParser
7   TextAPI
8   Core
9   BinaryFormat
12 set(LLVM_TARGET_DEFINITIONS LipoOpts.td)
13 tablegen(LLVM LipoOpts.inc -gen-opt-parser-defs)
14 add_public_tablegen_target(LipoOptsTableGen)
16 add_llvm_tool(llvm-lipo
17   llvm-lipo.cpp
18   DEPENDS
19   LipoOptsTableGen
20   GENERATE_DRIVER
23 if(LLVM_INSTALL_CCTOOLS_SYMLINKS)
24   add_llvm_tool_symlink(lipo llvm-lipo)
25 endif()