]> granicus.if.org Git - llvm/commit
[CMake] llvm-diff depends on intrinsics_gen
authorChris Bieneman <beanz@apple.com>
Sat, 19 Nov 2016 02:28:18 +0000 (02:28 +0000)
committerChris Bieneman <beanz@apple.com>
Sat, 19 Nov 2016 02:28:18 +0000 (02:28 +0000)
commit34c6cea098b8ce4f4daae3cf50e2ec95bb32c13f
tree04b23e0497b7ddae90236039552aeaabe41379ce
parent255346047f2fa29d742356f537e533fedcd47a73
[CMake] llvm-diff depends on intrinsics_gen

llvm-diff.cpp has the following include chain:

llvm/IR/Module.h
llvm/IR/Function.h
llvm/IR/Argument.h
llvm/IR/Attributes.h
llvm/IR/Attributes.gen

This means llvm-diff needs to depend on intrinsics_gen.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@287427 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-diff/CMakeLists.txt