From 35d73621f9f3b569cb56929b766843691e2d46da Mon Sep 17 00:00:00 2001 From: Krzysztof Parzyszek Date: Sun, 22 Nov 2015 16:13:51 +0000 Subject: [PATCH] Revert r253810. The builds should be fine now. llvm-svn: 253822 --- llvm/include/llvm/IR/Attributes.h | 2 +- llvm/include/llvm/IR/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/include/llvm/IR/Attributes.h b/llvm/include/llvm/IR/Attributes.h index 8d602881d580..52a9ca83013b 100644 --- a/llvm/include/llvm/IR/Attributes.h +++ b/llvm/include/llvm/IR/Attributes.h @@ -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 }; diff --git a/llvm/include/llvm/IR/CMakeLists.txt b/llvm/include/llvm/IR/CMakeLists.txt index 6cf8e731200f..eade87e05bc9 100644 --- a/llvm/include/llvm/IR/CMakeLists.txt +++ b/llvm/include/llvm/IR/CMakeLists.txt @@ -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)