]> git.proxmox.com Git - rustc.git/blame - src/llvm/tools/llvm-profdata/CMakeLists.txt
Imported Upstream version 1.0.0+dfsg1
[rustc.git] / src / llvm / tools / llvm-profdata / CMakeLists.txt
CommitLineData
85aaf69f
SL
1set(LLVM_LINK_COMPONENTS
2 Core
3 ProfileData
4 Support
5 )
1a4d82fc
JJ
6
7add_llvm_tool(llvm-profdata
8 llvm-profdata.cpp
9 )