Android-x86
Fork
Donation

  • R/O
  • HTTP
  • SSH
  • HTTPS

external-llvm: Commit

external/llvm


Commit MetaInfo

Revisión9507f4b7012210d1dedd4910b833f76bbb04a363 (tree)
Tiempo2019-09-22 21:35:52
AutorMauro Rossi <issor.oruam@gmai...>
CommiterMauro Rossi

Log Message

android: update version in {config,llvm-config}.h headers

Version information is set to 8.0.0

Cambiar Resumen

Diferencia incremental

--- a/device/include/llvm/Config/config.h
+++ b/device/include/llvm/Config/config.h
@@ -610,7 +610,7 @@
610610 #define LLVM_USE_OPROFILE 0
611611
612612 /* Major version of the LLVM API */
613-#define LLVM_VERSION_MAJOR 7
613+#define LLVM_VERSION_MAJOR 8
614614
615615 /* Minor version of the LLVM API */
616616 #define LLVM_VERSION_MINOR 0
@@ -649,13 +649,13 @@
649649 #define PACKAGE_NAME "LLVM"
650650
651651 /* Define to the full name and version of this package. */
652-#define PACKAGE_STRING "LLVM 7.0.0"
652+#define PACKAGE_STRING "LLVM 8.0.0"
653653
654654 /* Define to the one symbol short name of this package. */
655655 #define PACKAGE_TARNAME "llvm"
656656
657657 /* Define to the version of this package. */
658-#define PACKAGE_VERSION "7.0.0"
658+#define PACKAGE_VERSION "8.0.0"
659659
660660 /* Define as the return type of signal handlers (`int' or `void'). */
661661 #define RETSIGTYPE void
--- a/device/include/llvm/Config/llvm-config.h
+++ b/device/include/llvm/Config/llvm-config.h
@@ -84,7 +84,7 @@
8484 #define LLVM_PREFIX "/opt/llvm-android"
8585
8686 /* Major version of the LLVM API */
87-#define LLVM_VERSION_MAJOR 7
87+#define LLVM_VERSION_MAJOR 8
8888
8989 /* Minor version of the LLVM API */
9090 #define LLVM_VERSION_MINOR 0
@@ -93,7 +93,7 @@
9393 #define LLVM_VERSION_PATCH 0
9494
9595 /* LLVM version string */
96-#define LLVM_VERSION_STRING "7.0.0"
96+#define LLVM_VERSION_STRING "8.0.0"
9797
9898 #include "llvm/Config/llvm-platform-config.h"
9999
--- a/host/include/llvm/Config/config.h
+++ b/host/include/llvm/Config/config.h
@@ -675,7 +675,7 @@
675675 #define LLVM_USE_OPROFILE 0
676676
677677 /* Major version of the LLVM API */
678-#define LLVM_VERSION_MAJOR 7
678+#define LLVM_VERSION_MAJOR 8
679679
680680 /* Minor version of the LLVM API */
681681 #define LLVM_VERSION_MINOR 0
@@ -720,13 +720,13 @@
720720 #define PACKAGE_NAME "LLVM"
721721
722722 /* Define to the full name and version of this package. */
723-#define PACKAGE_STRING "LLVM 7.0.0"
723+#define PACKAGE_STRING "LLVM 8.0.0"
724724
725725 /* Define to the one symbol short name of this package. */
726726 #define PACKAGE_TARNAME "llvm"
727727
728728 /* Define to the version of this package. */
729-#define PACKAGE_VERSION "7.0.0"
729+#define PACKAGE_VERSION "8.0.0"
730730
731731 /* Define as the return type of signal handlers (`int' or `void'). */
732732 #define RETSIGTYPE void
--- a/host/include/llvm/Config/llvm-config.h
+++ b/host/include/llvm/Config/llvm-config.h
@@ -100,7 +100,7 @@
100100 #define LLVM_PREFIX "/opt/llvm-android"
101101
102102 /* Major version of the LLVM API */
103-#define LLVM_VERSION_MAJOR 7
103+#define LLVM_VERSION_MAJOR 8
104104
105105 /* Minor version of the LLVM API */
106106 #define LLVM_VERSION_MINOR 0
@@ -109,7 +109,7 @@
109109 #define LLVM_VERSION_PATCH 0
110110
111111 /* LLVM version string */
112-#define LLVM_VERSION_STRING "7.0.0"
112+#define LLVM_VERSION_STRING "8.0.0"
113113
114114 #include "llvm/Config/llvm-platform-config.h"
115115
Show on old repository browser