From 108c56660ae111c4e2ef68b2c413963c7f09da69 Mon Sep 17 00:00:00 2001 From: varkor Date: Sat, 10 Mar 2018 12:38:41 +0000 Subject: [PATCH] Merge LLVM fix for undefined bss globals This fixes #41315. --- 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 0903c72cbbc..6ceaaa4b017 160000 --- a/src/llvm +++ b/src/llvm @@ -1 +1 @@ -Subproject commit 0903c72cbbc3dafcb5c88820e4a8a98c3a764cf3 +Subproject commit 6ceaaa4b0176a200e4bbd347d6a991ab6c776ede diff --git a/src/rustllvm/llvm-rebuild-trigger b/src/rustllvm/llvm-rebuild-trigger index 63af7a0d538..c4c0f1ab6e6 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. -2018-03-06 +2018-03-10