blob: 0e330fd0751ebf16598c3473fb3c41be129b4e3a [file] [log] [blame]
NAKAMURA Takumi792e3ca2014-11-01 11:46:04 +00001set(LLVM_LINK_COMPONENTS
2 Core
3 ProfileData
4 Support
5 )
Duncan P. N. Exon Smith846a6272014-02-17 23:22:49 +00006
7add_llvm_tool(llvm-profdata
8 llvm-profdata.cpp
9 )