llvm/tools/llvm-profdata/CMakeLists.txt
Justin Bogner 4207c6759c llvm-profdata: Use the Profile library, implement show and generate
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
2014-03-12 20:14:17 +00:00

6 lines
100 B
CMake

set(LLVM_LINK_COMPONENTS core profile support)
add_llvm_tool(llvm-profdata
llvm-profdata.cpp
)