blob: 49641c482f29fc60eee9bd7b64107e71c8d2e3f1 [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
Chris Bieneman8e476042016-11-18 23:04:15 +00009
10 DEPENDS
11 intrinsics_gen
Duncan P. N. Exon Smith846a6272014-02-17 23:22:49 +000012 )