1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +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:
Justin Bogner 2016-09-29 03:35:19 +00:00
parent 85f81c10fd
commit f433e1181a
2 changed files with 2 additions and 2 deletions

View File

@ -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
};

View File

@ -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)