diff options
| author | kennytm <kennytm@gmail.com> | 2018-09-20 21:36:23 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-20 21:36:23 +0800 |
| commit | 9c2dfb4aa67f39c56b22e55cb97794349e3d9ccf (patch) | |
| tree | f3ecdc94ef6c34558b7b7c4699bc7d9d7cdcca40 | |
| parent | 13cea8e05ddca120ec7c733490f46a471ed11570 (diff) | |
| parent | ad8053fe73d39fb7fb7e6d052f0bd005dae31686 (diff) | |
| download | rust-9c2dfb4aa67f39c56b22e55cb97794349e3d9ccf.tar.gz rust-9c2dfb4aa67f39c56b22e55cb97794349e3d9ccf.zip | |
Rollup merge of #54266 - LionNatsu:master, r=nikomatsakis
Update LLVM to fix "bool" arguments on PPC32 Fixes #50960.
| m--------- | src/llvm | 0 | ||||
| -rw-r--r-- | src/rustllvm/llvm-rebuild-trigger | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/llvm b/src/llvm -Subproject 5a081f0363340dd895d0958955d0c84661f60f0 +Subproject caddcd9b9dc9479a20908d93c3e47c49b021379 diff --git a/src/rustllvm/llvm-rebuild-trigger b/src/rustllvm/llvm-rebuild-trigger index 29b7d508f1c..f8ff3d37fd2 100644 --- a/src/rustllvm/llvm-rebuild-trigger +++ b/src/rustllvm/llvm-rebuild-trigger @@ -1,4 +1,4 @@ # If this file is modified, then llvm will be (optionally) 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. -2018-09-11 +2018-09-16 |
