]> git.lizzy.rs Git - rust.git/commitdiff
Update LLVM to fix miscompilations due to wrongfully removed lifetime intrinsics
authorBjörn Steinbrink <bsteinbr@gmail.com>
Tue, 29 Jul 2014 18:28:33 +0000 (20:28 +0200)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 29 Jul 2014 22:44:26 +0000 (15:44 -0700)
Fixes #15972 and #16011.

src/llvm
src/rustllvm/llvm-auto-clean-trigger

index cd24b5c6633b27df2b84249a65a46a610b734494..0d999e5b315b6ff78fcea772466d985ce53fd8dc 160000 (submodule)
--- a/src/llvm
+++ b/src/llvm
@@ -1 +1 @@
-Subproject commit cd24b5c6633b27df2b84249a65a46a610b734494
+Subproject commit 0d999e5b315b6ff78fcea772466d985ce53fd8dc
index bdc5bfdc10a3ab22d13bd14ee355d18ccb26a845..afba5a4dfd8c2fa0cd6176d4b6ae2d633d3722dd 100644 (file)
@@ -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