Revert r253810. The builds should be fine now.
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>
Sun, 22 Nov 2015 16:13:51 +0000 (16:13 +0000)
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>
Sun, 22 Nov 2015 16:13:51 +0000 (16:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@253822 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/IR/Attributes.h
include/llvm/IR/CMakeLists.txt

index 8d602881d580d1c98591882941cb63f78dfd437a..52a9ca83013bbd1b63d8719dac13fe58d68d7c3b 100644 (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
   };
 
index 6cf8e731200f0a56de42acaedba6e1e70facc015..eade87e05bc93aaf1d189124f236bbd65b7f8e1c 100644 (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)