1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00

Update LLVM version: 3.5 => 3.6

We branched 3.5, it's now time to work on 3.6.

This is Sylvestre's patch from [1] plus regenerated configure
file by me, and minus the release notes reset, which Sean
pointed out [2] should happen later.

 1. http://reviews.llvm.org/D4660
 2. http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20140721/111137.html

llvm-svn: 214131
This commit is contained in:
Hans Wennborg 2014-07-28 22:10:52 +00:00
parent a592106c10
commit 8648751421
4 changed files with 5 additions and 5 deletions

View File

@ -26,7 +26,7 @@ set(CMAKE_MODULE_PATH
)
set(LLVM_VERSION_MAJOR 3)
set(LLVM_VERSION_MINOR 5)
set(LLVM_VERSION_MINOR 6)
set(LLVM_VERSION_PATCH 0)
if (NOT PACKAGE_VERSION)

View File

@ -35,7 +35,7 @@ dnl address for reporting bugs.
AC_INIT([LLVM],[3.5.0svn],[http://llvm.org/bugs/])
LLVM_VERSION_MAJOR=3
LLVM_VERSION_MINOR=5
LLVM_VERSION_MINOR=6
LLVM_VERSION_PATCH=0
LLVM_VERSION_SUFFIX=svn

2
configure vendored
View File

@ -1924,7 +1924,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
LLVM_VERSION_MAJOR=3
LLVM_VERSION_MINOR=5
LLVM_VERSION_MINOR=6
LLVM_VERSION_PATCH=0
LLVM_VERSION_SUFFIX=svn

View File

@ -47,9 +47,9 @@ copyright = u'2003-2014, LLVM Project'
# built documents.
#
# The short X.Y version.
version = '3.4'
version = '3.6'
# The full version, including alpha/beta/rc tags.
release = '3.4'
release = '3.6'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.