]> git.lizzy.rs Git - rust.git/commitdiff
Update LLVM
authorAlex Crichton <alex@alexcrichton.com>
Tue, 30 Jun 2015 15:18:44 +0000 (08:18 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 17 Jul 2015 03:25:51 +0000 (20:25 -0700)
There's a number of goodies in this LLVM update:

* This contains a fix for https://llvm.org/bugs/show_bug.cgi?id=23957
  which should help us bootstrap farther on 32-bit MSVC targets.
* There is better support for writing multiple flavors of archives, allowing us
  to use the built-in LLVM support instead of the system `ar` on all current
  platforms of the compiler.
* A number of other minor bug fixes and performance improvements to unblock
  various other pieces of work.

src/llvm
src/rustllvm/llvm-auto-clean-trigger

index 8cbcdf1b72e1b23679646f6faca265f76b20d379..874dc4ee4cb782056469f003831bcda3e4cdf0df 160000 (submodule)
--- a/src/llvm
+++ b/src/llvm
@@ -1 +1 @@
-Subproject commit 8cbcdf1b72e1b23679646f6faca265f76b20d379
+Subproject commit 874dc4ee4cb782056469f003831bcda3e4cdf0df
index 38b7b49a3443e7371a55d2fd664b49a56e54d7ae..dc0fbf6bf94eacb652ff11edb14afb248546fd26 100644 (file)
@@ -1,4 +1,4 @@
 # If this file is modified, then llvm will be forcibly cleaned and then rebuilt.
 # The actual contents of this file do not matter, but to trigger a change on the
 # build bots then the contents should be changed so git updates the mtime.
-2015-06-16
+2015-06-30