diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-06-30 08:18:44 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-07-16 20:25:51 -0700 |
| commit | ea317e8ea40f0d50fc5d1874bed039040f978596 (patch) | |
| tree | a4282ba959930aa09a12a9fd807d313847dd6c96 /src/rustllvm | |
| parent | e4e93196e16030ebf7a20c473849534235d676f8 (diff) | |
| download | rust-ea317e8ea40f0d50fc5d1874bed039040f978596.tar.gz rust-ea317e8ea40f0d50fc5d1874bed039040f978596.zip | |
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.
Diffstat (limited to 'src/rustllvm')
| -rw-r--r-- | src/rustllvm/llvm-auto-clean-trigger | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rustllvm/llvm-auto-clean-trigger b/src/rustllvm/llvm-auto-clean-trigger index 38b7b49a344..dc0fbf6bf94 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 |
