From ec5588b4bc4e90016ac3539f28102460f6f5fc5c Mon Sep 17 00:00:00 2001 From: Vadzim Dambrouski Date: Wed, 26 Apr 2017 17:04:25 +0300 Subject: [PATCH] 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 --- src/llvm | 2 +- src/rustllvm/llvm-rebuild-trigger | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/llvm b/src/llvm index 878af191434cd..15745af768384 160000 --- a/src/llvm +++ b/src/llvm @@ -1 +1 @@ -Subproject commit 878af191434cd716eeb13c2be7a2b1e21abf2749 +Subproject commit 15745af7683844e43bdec966072b8e7b44772450 diff --git a/src/rustllvm/llvm-rebuild-trigger b/src/rustllvm/llvm-rebuild-trigger index 52ebf449d6007..1006445ade6a1 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. -2017-04-25 +2017-04-26