From 2ec76e76e487ffcc5cb3e2d540f1f48a806ccc57 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Wed, 28 Nov 2018 15:27:51 +0100 Subject: [PATCH] Update LLVM In particular to pull in a fix for #56265. --- 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 21a0c9ebc28..a784eca10d2 160000 --- a/src/llvm +++ b/src/llvm @@ -1 +1 @@ -Subproject commit 21a0c9ebc285d794a298e97717abad8d6135fa87 +Subproject commit a784eca10d2c1f09e65d67e16eca266485e1eac3 diff --git a/src/rustllvm/llvm-rebuild-trigger b/src/rustllvm/llvm-rebuild-trigger index f8ff3d37fd2..9cf17c45e87 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-09-16 +2018-11-28