mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-03 17:31:50 +00:00
4207c6759c
This replaces the llvm-profdata tool with a version that uses the recently introduced Profile library. The new tool has the ability to generate and summarize profdata files as well as merging them. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203704 91177308-0d34-0410-b5e6-96231b3b80d8
6 lines
100 B
CMake
6 lines
100 B
CMake
set(LLVM_LINK_COMPONENTS core profile support)
|
|
|
|
add_llvm_tool(llvm-profdata
|
|
llvm-profdata.cpp
|
|
)
|