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-ifs
/
CMakeLists.txt
blob
5a0cfb91383815d81ea518e27035d6c7f8b021a4
1
set(LLVM_LINK_COMPONENTS
2
BinaryFormat
3
InterfaceStub
4
Object
5
Support
6
TextAPI
7
ObjectYAML
8
)
9
10
add_llvm_tool(llvm-ifs
11
ErrorCollector.cpp
12
llvm-ifs.cpp
13
)