update of the patch (3.5)

This commit is contained in:
Sylvestre Ledru 2013-11-20 20:53:26 +00:00
parent f48304510a
commit 227b601973

View File

@ -1,28 +1,28 @@
Index: llvm-toolchain-snapshot_3.4~svn188990/autoconf/configure.ac Index: llvm-toolchain-snapshot_3.5~svn195268/autoconf/configure.ac
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.4~svn188990.orig/autoconf/configure.ac 2013-08-22 09:07:31.936608673 +0200 --- llvm-toolchain-snapshot_3.5~svn195268.orig/autoconf/configure.ac 2013-11-20 21:51:55.000275062 +0100
+++ llvm-toolchain-snapshot_3.4~svn188990/autoconf/configure.ac 2013-08-22 09:07:31.928608673 +0200 +++ llvm-toolchain-snapshot_3.5~svn195268/autoconf/configure.ac 2013-11-20 21:51:54.996275062 +0100
@@ -31,7 +31,7 @@ @@ -31,7 +31,7 @@
dnl===-----------------------------------------------------------------------=== dnl===-----------------------------------------------------------------------===
dnl Initialize autoconf and define the package name, version number and dnl Initialize autoconf and define the package name, version number and
dnl address for reporting bugs. dnl address for reporting bugs.
-AC_INIT([LLVM],[3.4svn],[http://llvm.org/bugs/]) -AC_INIT([LLVM],[3.5svn],[http://llvm.org/bugs/])
+AC_INIT([LLVM],[3.4],[http://llvm.org/bugs/]) +AC_INIT([LLVM],[3.5],[http://llvm.org/bugs/])
AC_DEFINE([LLVM_VERSION_MAJOR], [3], [Major version of the LLVM API]) AC_DEFINE([LLVM_VERSION_MAJOR], [3], [Major version of the LLVM API])
AC_DEFINE([LLVM_VERSION_MINOR], [4], [Minor version of the LLVM API]) AC_DEFINE([LLVM_VERSION_MINOR], [5], [Minor version of the LLVM API])
Index: llvm-toolchain-snapshot_3.4~svn188990/configure Index: llvm-toolchain-snapshot_3.5~svn195268/configure
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.4~svn188990.orig/configure 2013-08-22 09:07:31.936608673 +0200 --- llvm-toolchain-snapshot_3.5~svn195268.orig/configure 2013-11-20 21:51:55.000275062 +0100
+++ llvm-toolchain-snapshot_3.4~svn188990/configure 2013-08-22 09:07:31.932608673 +0200 +++ llvm-toolchain-snapshot_3.5~svn195268/configure 2013-11-20 21:51:55.000275062 +0100
@@ -561,8 +561,8 @@ @@ -561,8 +561,8 @@
# Identity of this package. # Identity of this package.
PACKAGE_NAME='LLVM' PACKAGE_NAME='LLVM'
PACKAGE_TARNAME='llvm' PACKAGE_TARNAME='llvm'
-PACKAGE_VERSION='3.4svn' -PACKAGE_VERSION='3.5svn'
-PACKAGE_STRING='LLVM 3.4svn' -PACKAGE_STRING='LLVM 3.5svn'
+PACKAGE_VERSION='3.4' +PACKAGE_VERSION='3.5'
+PACKAGE_STRING='LLVM 3.4' +PACKAGE_STRING='LLVM 3.5'
PACKAGE_BUGREPORT='http://llvm.org/bugs/' PACKAGE_BUGREPORT='http://llvm.org/bugs/'
ac_unique_file="lib/IR/Module.cpp" ac_unique_file="lib/IR/Module.cpp"