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-profgen
/
CMakeLists.txt
blob
b3e05a94856ebe053792cc72f1250161e10216f4
1
2
set(LLVM_LINK_COMPONENTS
3
AllTargetsDescs
4
AllTargetsDisassemblers
5
AllTargetsInfos
6
DebugInfoDWARF
7
Core
8
MC
9
IPO
10
MCDisassembler
11
Object
12
ProfileData
13
Support
14
Symbolize
15
)
16
17
add_llvm_tool(llvm-profgen
18
llvm-profgen.cpp
19
PerfReader.cpp
20
CSPreInliner.cpp
21
ProfiledBinary.cpp
22
ProfileGenerator.cpp
23
)