From 75bcda4cf1c2d16bda20d1efb0c87b227d973180 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 25 Jul 2016 10:23:34 -0700 Subject: [PATCH] rustc: Update LLVM to the LLVM 3.9 release branch The 3.9 release of LLVM isn't out yet, but this moves us onto that branch to start tracking it. --- 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 fb2893b136c6..6879bb3b6ac9 160000 --- a/src/llvm +++ b/src/llvm @@ -1 +1 @@ -Subproject commit fb2893b136c6a83a6f34f708fac2530d95e2db65 +Subproject commit 6879bb3b6ac975987250b10314e7e4069846e8c1 diff --git a/src/rustllvm/llvm-auto-clean-trigger b/src/rustllvm/llvm-auto-clean-trigger index 09ce8a931748..e871763a48dc 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-07-20 +2016-07-25b