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
[llvm-shlib] Fix the version naming style of libLLVM for Windows (#85710)
[llvm-project.git]
/
bolt
/
lib
/
Profile
/
CMakeLists.txt
blob
3a31a9cc191971dc487e1d54ade64c5b08f7565e
1
add_llvm_library(LLVMBOLTProfile
2
BoltAddressTranslation.cpp
3
DataAggregator.cpp
4
DataReader.cpp
5
Heatmap.cpp
6
ProfileReaderBase.cpp
7
StaleProfileMatching.cpp
8
YAMLProfileReader.cpp
9
YAMLProfileWriter.cpp
10
11
DISABLE_LLVM_LINK_LLVM_DYLIB
12
13
LINK_COMPONENTS
14
Support
15
TransformUtils
16
)
17
18
target_link_libraries(LLVMBOLTProfile
19
PRIVATE
20
LLVMBOLTCore
21
LLVMBOLTPasses
22
LLVMBOLTUtils
23
)