1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-03-01 01:30:36 +00:00
NAKAMURA Takumi 38803482ff llvm-profdata doesn't require LLVMCore.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204552 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-23 01:23:26 +00:00

6 lines
99 B
CMake

set(LLVM_LINK_COMPONENTS profiledata support)
add_llvm_tool(llvm-profdata
llvm-profdata.cpp
)