1set(LLVM_LINK_COMPONENTS
2 BinaryFormat
3 Core
4 Object
5 Support
6 TextAPI
7 )
8
9add_llvm_tool(llvm-libtool-darwin
10 llvm-libtool-darwin.cpp
11)
12
13if(LLVM_INSTALL_CCTOOLS_SYMLINKS)
14 add_llvm_tool_symlink(libtool llvm-libtool-darwin)
15endif()
16