From ea317e8ea40f0d50fc5d1874bed039040f978596 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 30 Jun 2015 08:18:44 -0700 Subject: [PATCH] Update LLVM 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 | 2 +- src/rustllvm/llvm-auto-clean-trigger | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/llvm b/src/llvm index 8cbcdf1b72e1b..874dc4ee4cb78 160000 --- a/src/llvm +++ b/src/llvm @@ -1 +1 @@ -Subproject commit 8cbcdf1b72e1b23679646f6faca265f76b20d379 +Subproject commit 874dc4ee4cb782056469f003831bcda3e4cdf0df diff --git a/src/rustllvm/llvm-auto-clean-trigger b/src/rustllvm/llvm-auto-clean-trigger index 38b7b49a3443e..dc0fbf6bf94ea 100644 --- a/src/rustllvm/llvm-auto-clean-trigger +++ b/src/rustllvm/llvm-auto-clean-trigger @@ -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