forked from OSchip/llvm-project
Revert r253810. The builds should be fine now.
llvm-svn: 253822
This commit is contained in:
parent
76cbfd48de
commit
35d73621f9
|
@ -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
|
||||
};
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue