]> granicus.if.org Git - llvm/commit
[CMake] llvm-dis depends on intrinsics_gen
authorChris Bieneman <beanz@apple.com>
Sat, 19 Nov 2016 02:31:14 +0000 (02:31 +0000)
committerChris Bieneman <beanz@apple.com>
Sat, 19 Nov 2016 02:31:14 +0000 (02:31 +0000)
commit11f7af97fc7d5b04a46e1ff43992d2c3e9c004f5
treea030d5bc56ab988f80dc20ce498ae7d65e77923c
parent34c6cea098b8ce4f4daae3cf50e2ec95bb32c13f
[CMake] llvm-dis depends on intrinsics_gen

llvm-dis.cpp has the following include chain:

llvm/Bitcode/BitcodeReader.h
llvm/IR/ModuleSummaryIndex.h
llvm/IR/Module.h
llvm/IR/Function.h
llvm/IR/Argument.h
llvm/IR/Attributes.h
llvm/IR/Attributes.gen

This means llvm-dis needs to depend on intrinsics_gen.

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