Revert r253810. The builds should be fine now.

llvm-svn: 253822
This commit is contained in:
Krzysztof Parzyszek 2015-11-22 16:13:51 +00:00
parent 76cbfd48de
commit 35d73621f9
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ public:
// IR-Level Attributes
None, ///< No attributes have been set
#define GET_ATTR_ENUM
#include "llvm/IR/Attributes_renamed.inc"
#include "llvm/IR/Attributes.inc"
EndAttrKinds ///< Sentinal value useful for loops
};

View File

@ -1,5 +1,5 @@
set(LLVM_TARGET_DEFINITIONS Attributes.td)
tablegen(LLVM Attributes_renamed.inc -gen-attrs)
tablegen(LLVM Attributes.inc -gen-attrs)
set(LLVM_TARGET_DEFINITIONS Intrinsics.td)
tablegen(LLVM Intrinsics.gen -gen-intrinsic)