22 lines
352 B
CMake
22 lines
352 B
CMake
add_llvm_library(LLVMBOLTProfile
|
|
BoltAddressTranslation.cpp
|
|
DataAggregator.cpp
|
|
DataReader.cpp
|
|
Heatmap.cpp
|
|
ProfileReaderBase.cpp
|
|
YAMLProfileReader.cpp
|
|
YAMLProfileWriter.cpp
|
|
|
|
DISABLE_LLVM_LINK_LLVM_DYLIB
|
|
|
|
LINK_COMPONENTS
|
|
Support
|
|
)
|
|
|
|
target_link_libraries(LLVMBOLTProfile
|
|
PRIVATE
|
|
LLVMBOLTCore
|
|
LLVMBOLTPasses
|
|
LLVMBOLTUtils
|
|
)
|