about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2018-03-11 07:05:00 +0000
committerbors <bors@rust-lang.org>2018-03-11 07:05:00 +0000
commitcd6e30bc0bcd34af41d40ab2ccf481be4a656f38 (patch)
tree3960c885625eb3db988cfdfc371ddbf3647f2580 /src
parentae379bd1c7e61a2050f18a680bf27fa3267c93c9 (diff)
parent108c56660ae111c4e2ef68b2c413963c7f09da69 (diff)
downloadrust-cd6e30bc0bcd34af41d40ab2ccf481be4a656f38.tar.gz
rust-cd6e30bc0bcd34af41d40ab2ccf481be4a656f38.zip
Auto merge of #48908 - varkor:bss-undefined-globals, r=alexcrichton
Merge LLVM fix for undefined bss globals

This fixes #41315.

r? @japaric
Diffstat (limited to 'src')
m---------src/llvm0
-rw-r--r--src/rustllvm/llvm-rebuild-trigger2
2 files changed, 1 insertions, 1 deletions
diff --git a/src/llvm b/src/llvm
-Subproject 0903c72cbbc3dafcb5c88820e4a8a98c3a764cf
+Subproject 6ceaaa4b0176a200e4bbd347d6a991ab6c776ed
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