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

@ -1 +1 @@
Subproject commit 878af191434cd716eeb13c2be7a2b1e21abf2749
Subproject commit 15745af7683844e43bdec966072b8e7b44772450

View File

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