]> git.lizzy.rs Git - rust.git/commitdiff
Update LLVM to fix incorrect codegen on MSP430.
authorVadzim Dambrouski <pftbest@gmail.com>
Wed, 26 Apr 2017 14:04:25 +0000 (17:04 +0300)
committerVadzim Dambrouski <pftbest@gmail.com>
Thu, 27 Apr 2017 05:40:27 +0000 (08:40 +0300)
The bug was reported by @akovaski here:
https://github.com/rust-embedded/rfcs/issues/20#issuecomment-296482148

src/llvm
src/rustllvm/llvm-rebuild-trigger

index 878af191434cd716eeb13c2be7a2b1e21abf2749..15745af7683844e43bdec966072b8e7b44772450 160000 (submodule)
--- a/src/llvm
+++ b/src/llvm
@@ -1 +1 @@
-Subproject commit 878af191434cd716eeb13c2be7a2b1e21abf2749
+Subproject commit 15745af7683844e43bdec966072b8e7b44772450
index 52ebf449d6007d9fd77be815b350be05d1bbd3f3..1006445ade6a1036cc3a4f71678e65b7ca3565b9 100644 (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