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][NFCI] Add Options parameter to LowerAllowCheckPass (#122765)
[llvm-project.git]
/
bolt
/
lib
/
Profile
/
CMakeLists.txt
blob
a2bb4aa074c75df63e102bdf74e1e9890468eea6
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
NO_EXPORT
11
DISABLE_LLVM_LINK_LLVM_DYLIB
12
13
LINK_COMPONENTS
14
Demangle
15
MC
16
Support
17
TransformUtils
18
)
19
20
target_link_libraries(LLVMBOLTProfile
21
PRIVATE
22
LLVMBOLTCore
23
LLVMBOLTUtils
24
)