about summary refs log tree commit diff
path: root/src/rustllvm
diff options
context:
space:
mode:
authorJakub Wieczorek <jakub@jakub.cc>2014-07-21 21:32:03 +0200
committerJakub Wieczorek <jakub@jakub.cc>2014-07-21 22:52:49 +0200
commitfebfb752d2775bb1e875634e45058e27a36dd714 (patch)
tree6ae829f5133fe67365d729c9154545ff5b6ed2e2 /src/rustllvm
parentdf68c6f3c35354662b39128d56d5dcc6deadf591 (diff)
downloadrust-febfb752d2775bb1e875634e45058e27a36dd714.tar.gz
rust-febfb752d2775bb1e875634e45058e27a36dd714.zip
Update LLVM to address an issue with range metadata in hoisted loads
Fixes #15793.
Diffstat (limited to 'src/rustllvm')
-rw-r--r--src/rustllvm/llvm-auto-clean-trigger2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rustllvm/llvm-auto-clean-trigger b/src/rustllvm/llvm-auto-clean-trigger
index 348fb01b605..fd5c87db22c 100644
--- a/src/rustllvm/llvm-auto-clean-trigger
+++ b/src/rustllvm/llvm-auto-clean-trigger
@@ -1,4 +1,4 @@
 # If this file is modified, then llvm will be forcibly 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.
-2014-07-20
+2014-07-21