diff options
author | Hans Wennborg <hans@hanshq.net> | 2014-07-28 22:10:52 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2014-07-28 22:10:52 +0000 |
commit | 0b783fc554d60729e19485891b5a7743fd609635 (patch) | |
tree | 476b75009399e4b105ea3b383b1e82164ba4cb0a /configure | |
parent | 8a865f3b90eaace2a37da96e3ef3cc36cb6f29fc (diff) |
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
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214131 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index a5b59ddceb8..d91e59f4a0f 100755 --- a/configure +++ b/configure @@ -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 |