aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2015-05-21 09:28:54 -0700
committerStephen Hines <srhines@google.com>2015-06-17 14:26:39 -0700
commit93cc1f2bebee328f8aceb8d9e07862fe44d6f346 (patch)
tree3290630945f69f5b08bb72ff8506b5398fe34508
parentcc2bd110643265cd06ab749ad2b3da58b4de66a3 (diff)
downloadexternal_llvm-93cc1f2bebee328f8aceb8d9e07862fe44d6f346.zip
external_llvm-93cc1f2bebee328f8aceb8d9e07862fe44d6f346.tar.gz
external_llvm-93cc1f2bebee328f8aceb8d9e07862fe44d6f346.tar.bz2
Update llvm device version number to 3.6.
Bug: 20894851 Change-Id: Ic6deb626e2bad98d7420046e47b92556868dfe05 (cherry picked from commit e1977d0f8ca591f43fc0d3cba7e6a2b5ca7e22ff)
-rw-r--r--device/include/llvm/Config/config.h4
-rw-r--r--device/include/llvm/Config/llvm-config.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/device/include/llvm/Config/config.h b/device/include/llvm/Config/config.h
index 3aa64fa..ac58972 100644
--- a/device/include/llvm/Config/config.h
+++ b/device/include/llvm/Config/config.h
@@ -613,7 +613,7 @@
#define LLVM_VERSION_MAJOR 3
/* Minor version of the LLVM API */
-#define LLVM_VERSION_MINOR 5
+#define LLVM_VERSION_MINOR 6
/* Define if the OS needs help to load dependent libraries for dlopen(). */
/* #undef LTDL_DLOPEN_DEPLIBS */
@@ -646,7 +646,7 @@
#define PACKAGE_NAME "LLVM"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "LLVM 3.6svn"
+#define PACKAGE_STRING "LLVM 3.6.svn"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "llvm"
diff --git a/device/include/llvm/Config/llvm-config.h b/device/include/llvm/Config/llvm-config.h
index 252a5db..2a001b7 100644
--- a/device/include/llvm/Config/llvm-config.h
+++ b/device/include/llvm/Config/llvm-config.h
@@ -87,7 +87,7 @@
#define LLVM_VERSION_MAJOR 3
/* Minor version of the LLVM API */
-#define LLVM_VERSION_MINOR 5
+#define LLVM_VERSION_MINOR 6
#include "llvm/Config/llvm-platform-config.h"