forked from OSchip/llvm-project
20 lines
320 B
CMake
20 lines
320 B
CMake
add_llvm_library(LLVMBOLTProfile
|
|
BoltAddressTranslation.cpp
|
|
DataAggregator.cpp
|
|
DataReader.cpp
|
|
Heatmap.cpp
|
|
ProfileReaderBase.cpp
|
|
YAMLProfileReader.cpp
|
|
YAMLProfileWriter.cpp
|
|
|
|
LINK_COMPONENTS
|
|
Support
|
|
)
|
|
|
|
target_link_libraries(LLVMBOLTProfile
|
|
PRIVATE
|
|
LLVMBOLTCore
|
|
LLVMBOLTPasses
|
|
LLVMBOLTUtils
|
|
)
|