mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
IR: Rename the tablegen'd Attributes file to .gen
All of the other tablegen'd include files are named .gen, so it's best to be consistent. llvm-svn: 282680
This commit is contained in:
parent
85f81c10fd
commit
f433e1181a
@ -68,7 +68,7 @@ public:
|
||||
// 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
|
||||
};
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user