All of the other tablegen'd include files are named .gen, so it's best
to be consistent.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282680
91177308-0d34-0410-b5e6-
96231b3b80d8
// IR-Level Attributes
None, ///< No attributes have been set
#define GET_ATTR_ENUM
- #include "llvm/IR/Attributes.inc"
+ #include "llvm/IR/Attributes.gen"
EndAttrKinds ///< Sentinal value useful for loops
};
set(LLVM_TARGET_DEFINITIONS Attributes.td)
-tablegen(LLVM Attributes.inc -gen-attrs)
+tablegen(LLVM Attributes.gen -gen-attrs)
set(LLVM_TARGET_DEFINITIONS Intrinsics.td)
tablegen(LLVM Intrinsics.gen -gen-intrinsic)