From: Björn Steinbrink Date: Tue, 29 Jul 2014 18:28:33 +0000 (+0200) Subject: Update LLVM to fix miscompilations due to wrongfully removed lifetime intrinsics X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=04fa9066480d172ffd4b6d02f9edf5b3d31fef56;p=rust.git Update LLVM to fix miscompilations due to wrongfully removed lifetime intrinsics Fixes #15972 and #16011. --- diff --git a/src/llvm b/src/llvm index cd24b5c6633..0d999e5b315 160000 --- a/src/llvm +++ b/src/llvm @@ -1 +1 @@ -Subproject commit cd24b5c6633b27df2b84249a65a46a610b734494 +Subproject commit 0d999e5b315b6ff78fcea772466d985ce53fd8dc 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