summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>2015-11-22 16:13:51 +0000
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>2015-11-22 16:13:51 +0000
commit35d73621f9f3b569cb56929b766843691e2d46da (patch)
treec752dc586e52475a55d8a039a0e8d79d87057d1c
parent76cbfd48de23aca73312374f8a3be7e3b8981837 (diff)
downloadbcm5719-llvm-35d73621f9f3b569cb56929b766843691e2d46da.tar.gz
bcm5719-llvm-35d73621f9f3b569cb56929b766843691e2d46da.zip
Revert r253810. The builds should be fine now.
llvm-svn: 253822
-rw-r--r--llvm/include/llvm/IR/Attributes.h2
-rw-r--r--llvm/include/llvm/IR/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/IR/Attributes.h b/llvm/include/llvm/IR/Attributes.h
index 8d602881d58..52a9ca83013 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 6cf8e731200..eade87e05bc 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)
OpenPOWER on IntegriCloud