blob: 9f52ddb02102eee86f47a2e9c7bcd9ec64417e0f [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
MC
Object
Support
)
add_bolt_tool(llvm-bolt-heatmap
heatmap.cpp
DISABLE_LLVM_LINK_LLVM_DYLIB
)
target_link_libraries(llvm-bolt-heatmap
PRIVATE
LLVMBOLTProfile
LLVMBOLTRewrite
LLVMBOLTUtils
)
set_target_properties(llvm-bolt-heatmap PROPERTIES FOLDER "BOLT")