about summary refs log tree commit diff
path: root/src/rustllvm
diff options
context:
space:
mode:
authorBjörn Steinbrink <bsteinbr@gmail.com>2014-07-29 20:28:33 +0200
committerAlex Crichton <alex@alexcrichton.com>2014-07-29 15:44:26 -0700
commit04fa9066480d172ffd4b6d02f9edf5b3d31fef56 (patch)
tree042cb5087ca8dbc2ce7b71760aa833919e1a9634 /src/rustllvm
parentf1e14cc10dd42dc2895d66d15127f25163b934ce (diff)
downloadrust-04fa9066480d172ffd4b6d02f9edf5b3d31fef56.tar.gz
rust-04fa9066480d172ffd4b6d02f9edf5b3d31fef56.zip
Update LLVM to fix miscompilations due to wrongfully removed lifetime intrinsics
Fixes #15972 and #16011.
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 bdc5bfdc10a..afba5a4dfd8 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-22
+2014-07-29