blob: e5aa858f3d39c9bcef6232d290d026e4371b122a [file] [log] [blame] [edit]
set(LLVM_LINK_COMPONENTS
Core
Object
ProfileData
Support
)
add_llvm_tool(llvm-profdata
llvm-profdata.cpp
DEPENDS
intrinsics_gen
)
target_link_libraries(llvm-profdata PRIVATE LLVMDebuginfod)