summary refs log tree commit diff
path: root/src/rustllvm
diff options
context:
space:
mode:
authorvarkor <github@varkor.com>2018-03-10 12:38:41 +0000
committervarkor <github@varkor.com>2018-03-10 12:38:41 +0000
commit108c56660ae111c4e2ef68b2c413963c7f09da69 (patch)
treefc835abb72e16c181917fb0a7ae932c59acd129c /src/rustllvm
parent948e3a30e6ec8417bcfdb923cd414fdf8fc87795 (diff)
downloadrust-108c56660ae111c4e2ef68b2c413963c7f09da69.tar.gz
rust-108c56660ae111c4e2ef68b2c413963c7f09da69.zip
Merge LLVM fix for undefined bss globals
This fixes #41315.
Diffstat (limited to 'src/rustllvm')
-rw-r--r--src/rustllvm/llvm-rebuild-trigger2
1 files changed, 1 insertions, 1 deletions
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