1
Fork 0

Update LLVM to fix "bool" arguments on PPC32

Fixes #50960.
This commit is contained in:
Lion Yang 2018-09-16 04:30:50 +08:00
parent 9f53c87b4b
commit ad8053fe73
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 5a081f0363340dd895d0958955d0c84661f60f05 Subproject commit caddcd9b9dc9479a20908d93c3e47c49b021379e

View file

@ -1,4 +1,4 @@
# If this file is modified, then llvm will be (optionally) cleaned and then rebuilt. # 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 # 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. # build bots then the contents should be changed so git updates the mtime.
2018-09-11 2018-09-16