blob: f6896453342da65be1e85254e9f0844cf170f8a4 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
BinaryFormat
Core
Object
Support
TargetParser
TextAPI
${LLVM_TARGETS_TO_BUILD}
)
add_llvm_tool(llvm-libtool-darwin
llvm-libtool-darwin.cpp
)
if(LLVM_INSTALL_CCTOOLS_SYMLINKS)
add_llvm_tool_symlink(libtool llvm-libtool-darwin)
endif()