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