From 8c0ca964bc35050b610bc02c14260b8ae5b31d07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Steinbrink?= Date: Tue, 29 Jul 2014 20:28:33 +0200 Subject: [PATCH] Update LLVM to fix miscompilations due to wrongfully removed lifetime intrinsics Fixes #15972 and #16011. --- src/llvm | 2 +- src/rustllvm/llvm-auto-clean-trigger | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/llvm b/src/llvm index cd24b5c6633b2..0d999e5b315b6 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 bdc5bfdc10a3a..afba5a4dfd8c2 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