From 9b8c223407ae726157f43173ec1f3a743830d858 Mon Sep 17 00:00:00 2001 From: Vadzim Dambrouski Date: Tue, 18 Jul 2017 14:40:51 +0300 Subject: [PATCH] Fix LLVM assertion when a weak symbol is defined in global_asm. This change will fix the issue from https://github.com/japaric/svd2rust/pull/130 --- 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 a5ef0696d7c10..d9e7d2696e419 160000 --- a/src/llvm +++ b/src/llvm @@ -1 +1 @@ -Subproject commit a5ef0696d7c103006d3cb1f4263bad0ca13adca8 +Subproject commit d9e7d2696e41983b6b5a0b4fac604b4e548a84d3 diff --git a/src/rustllvm/llvm-rebuild-trigger b/src/rustllvm/llvm-rebuild-trigger index 6b410502e491c..c30290167d48e 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-07-12 +2017-07-18