[sanitizer] Improve FreeBSD ASLR detection
[llvm-project.git] / llvm / tools / llvm-libtool-darwin / CMakeLists.txt
blob65495ce9d5334a29661f43b9b6980c2dead84786
1 set(LLVM_LINK_COMPONENTS
2   BinaryFormat
3   Core
4   Object
5   Support
6   TextAPI
7   )
9 add_llvm_tool(llvm-libtool-darwin
10   llvm-libtool-darwin.cpp
13 if(LLVM_INSTALL_CCTOOLS_SYMLINKS)
14   add_llvm_tool_symlink(libtool llvm-libtool-darwin)
15 endif()