diff options
| author | Eduard-Mihai Burtescu <edy.burt@gmail.com> | 2016-08-18 06:12:21 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-18 06:12:21 +0300 |
| commit | 99e5efdbe6f914cd08a12366f0da8785579b5ee1 (patch) | |
| tree | 8f240ee2680e86e05c8d1006f6203c8903d6f533 | |
| parent | 71759ec52c170eb8450fa28f0d1f5c33b47c52b2 (diff) | |
| parent | 34f856e905e99606c5d358a74d792fe1afda2040 (diff) | |
| download | rust-99e5efdbe6f914cd08a12366f0da8785579b5ee1.tar.gz rust-99e5efdbe6f914cd08a12366f0da8785579b5ee1.zip | |
Rollup merge of #35740 - eddyb:llvm-prl-fix, r=alexcrichton
Update LLVM to include 4 backported commits by @majnemer. Partial fix for rust-lang/rust#35662, should help at least loops on small arrays. Nominated for backporting into the new beta (not the one that's being released as stable this week). r? @alexcrichton
| m--------- | src/llvm | 0 | ||||
| -rw-r--r-- | src/rustllvm/llvm-auto-clean-trigger | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/llvm b/src/llvm -Subproject 786aad117be48547f4ca50fae84c4879fa992d4 +Subproject c3eb3c7608f439231d0c1340af6b720f113b4bf diff --git a/src/rustllvm/llvm-auto-clean-trigger b/src/rustllvm/llvm-auto-clean-trigger index 378810a8b89..59c6d53bfa3 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. -2016-08-07 +2016-08-17 |
