Update LLVM to fix incorrect codegen on MSP430.

The bug was reported by @akovaski here:
https://github.com/rust-embedded/rfcs/issues/20#issuecomment-296482148
This commit is contained in:
Vadzim Dambrouski
2017-04-26 17:04:25 +03:00
parent 54ef80043a
commit ec5588b4bc
2 changed files with 2 additions and 2 deletions

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.
2017-04-25 2017-04-26