llvm/tools/llvm-diff
Chris Bieneman 34c6cea098 [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
2016-11-19 02:28:18 +00:00
..
CMakeLists.txt [CMake] llvm-diff depends on intrinsics_gen 2016-11-19 02:28:18 +00:00
DiffConsumer.cpp Move all of the header files which are involved in modelling the LLVM IR 2013-01-02 11:36:10 +00:00
DiffConsumer.h [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
DifferenceEngine.cpp [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
DifferenceEngine.h [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
DiffLog.cpp [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
DiffLog.h -Wdeprecated clean by making LogBuilder move constructible so it can be returned by value (in DifferenceEngine::logf) 2015-08-05 21:06:50 +00:00
llvm-diff.cpp [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
LLVMBuild.txt Split out the IRReader header and the utility functions it provides into 2013-03-26 02:25:37 +00:00