repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[sanitizer] Improve FreeBSD ASLR detection
[llvm-project.git]
/
llvm
/
tools
/
llvm-libtool-darwin
/
CMakeLists.txt
blob
65495ce9d5334a29661f43b9b6980c2dead84786
1
set(LLVM_LINK_COMPONENTS
2
BinaryFormat
3
Core
4
Object
5
Support
6
TextAPI
7
)
8
9
add_llvm_tool(llvm-libtool-darwin
10
llvm-libtool-darwin.cpp
11
)
12
13
if(LLVM_INSTALL_CCTOOLS_SYMLINKS)
14
add_llvm_tool_symlink(libtool llvm-libtool-darwin)
15
endif()