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
[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git]
/
llvm
/
tools
/
llvm-profgen
/
CMakeLists.txt
blob
354c63f409ffeab8288c3b840ca5261d1c6f4ac0
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
TargetParser
16
)
17
18
add_llvm_tool(llvm-profgen
19
llvm-profgen.cpp
20
PerfReader.cpp
21
CSPreInliner.cpp
22
ProfiledBinary.cpp
23
ProfileGenerator.cpp
24
MissingFrameInferrer.cpp
25
)