From 7fcc1246c6b98d5715f9bc4a961751ea4e032822 Mon Sep 17 00:00:00 2001 From: Michael Woerister Date: Fri, 7 Oct 2016 15:40:32 -0400 Subject: [PATCH] llvm: Update LLVM to include fix for pathologic case in its LiveDebugValues pass. --- 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 3e03f7374169c..8a0fc26559123 160000 --- a/src/llvm +++ b/src/llvm @@ -1 +1 @@ -Subproject commit 3e03f7374169cd41547d75e62ac2ab8a103a913c +Subproject commit 8a0fc26559123bb6eab3ceae93d5a2c94943614b diff --git a/src/rustllvm/llvm-auto-clean-trigger b/src/rustllvm/llvm-auto-clean-trigger index 979f5f07abea1..a5788deb3a102 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. -2016-09-25 +2016-10-07