From af0f822edfdeb63284ae844c6f5a995fc47ea15d Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Tue, 11 Sep 2018 11:59:50 -0700 Subject: [PATCH] Update LLVM to fix GlobalISel dbg.declare Fixes #49807. --- src/llvm | 2 +- src/rustllvm/llvm-rebuild-trigger | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/llvm b/src/llvm index 2a1cdeadd3ea8..5a081f0363340 160000 --- a/src/llvm +++ b/src/llvm @@ -1 +1 @@ -Subproject commit 2a1cdeadd3ea8e1eba9cc681037b83f07332763b +Subproject commit 5a081f0363340dd895d0958955d0c84661f60f05 diff --git a/src/rustllvm/llvm-rebuild-trigger b/src/rustllvm/llvm-rebuild-trigger index 24a384fceb857..29b7d508f1c1e 100644 --- a/src/rustllvm/llvm-rebuild-trigger +++ b/src/rustllvm/llvm-rebuild-trigger @@ -1,4 +1,4 @@ # If this file is modified, then llvm will be (optionally) 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. -2018-08-22 +2018-09-11