diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2016-02-16 09:58:41 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2016-02-16 15:31:52 -0800 |
| commit | 97f78984f7a6f4b869bc1f1d0b4b5e849835ab76 (patch) | |
| tree | e1ff1a51c5cf0647b218589afecdd8752e2dd8de /src/rustllvm | |
| parent | 9658645407c784105bb361297d5316cadc9ff2bd (diff) | |
| download | rust-97f78984f7a6f4b869bc1f1d0b4b5e849835ab76.tar.gz rust-97f78984f7a6f4b869bc1f1d0b4b5e849835ab76.zip | |
rustc: Rebase LLVM on the 3.8 release branch
This commit rebases our LLVM submodule on the most recent tip of the `release_38` branch of LLVM. There's been a few fixes and this notably fixes the assertion error in #31702.
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 7df7df505cd..50c32a59153 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-01-25 +2016-02-16 |
