diff options
| author | Lion Yang <lion@aosc.io> | 2018-09-16 04:30:50 +0800 |
|---|---|---|
| committer | Lion Yang <lion@aosc.io> | 2018-09-16 04:33:58 +0800 |
| commit | ad8053fe73d39fb7fb7e6d052f0bd005dae31686 (patch) | |
| tree | 67851643f5394bb6072fec7c09bf00b20f1ce3ae | |
| parent | 9f53c87b4b1f097e111c9525d60470ed22631018 (diff) | |
| download | rust-ad8053fe73d39fb7fb7e6d052f0bd005dae31686.tar.gz rust-ad8053fe73d39fb7fb7e6d052f0bd005dae31686.zip | |
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 |
