[CMake] llvm-profdata depends on intrinsics_gen
authorChris Bieneman <beanz@apple.com>
Fri, 18 Nov 2016 23:04:15 +0000 (23:04 +0000)
committerChris Bieneman <beanz@apple.com>
Fri, 18 Nov 2016 23:04:15 +0000 (23:04 +0000)
commit8e47604975b144366800be202c46eef28d1bddcd
treeac129c6631ae79d9997e231552e0f4e233407edf
parentcaf299ffe179e059f8f37534f3150ebf10b7159c
[CMake] llvm-profdata depends on intrinsics_gen

llvm-profdata.cpp has the following include chain:

llvm/ProfileData/SampleProfReader.h
llvm/IR/Function.h
llvm/IR/Argument.h
llvm/IR/Attributes.h
llvm/IR/Attributes.gen

This means llvm-profdata needs to depend on intrinsics_gen.

llvm-svn: 287394
llvm/tools/llvm-profdata/CMakeLists.txt