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
[TargetVersion] Only enable on RISC-V and AArch64 (#115991)
[llvm-project.git]
/
bolt
/
lib
/
Profile
/
CMakeLists.txt
blob
9aa4ba0490b0f1f87de9a9c31e12787dca43c711
1
add_llvm_library(LLVMBOLTProfile
2
BoltAddressTranslation.cpp
3
DataAggregator.cpp
4
DataReader.cpp
5
Heatmap.cpp
6
StaleProfileMatching.cpp
7
YAMLProfileReader.cpp
8
YAMLProfileWriter.cpp
9
10
DISABLE_LLVM_LINK_LLVM_DYLIB
11
12
LINK_COMPONENTS
13
Demangle
14
MC
15
Support
16
TransformUtils
17
)
18
19
target_link_libraries(LLVMBOLTProfile
20
PRIVATE
21
LLVMBOLTCore
22
LLVMBOLTUtils
23
)