From 41e184c7b6d0b29d79bbbacd3b9ad984b19bae30 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 15 Mar 2016 10:06:48 -0700 Subject: [PATCH] rustbuild: Fix LLVM compile on MinGW The LLVM change [1] in #32239 unfortunately broke the LLVM build on MinGW, so this LLVM submodule update brings in one more fix [2] which should hopefully remedy that. Once this lands we should be able to immediately start gating on this to prevent it from happening again. [1]: https://github.com/rust-lang/llvm/commit/be89e4b5 [2]: https://github.com/rust-lang/llvm/commit/3dcd2c84 --- 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 be89e4b532fb..63f3a1bfcd78 160000 --- a/src/llvm +++ b/src/llvm @@ -1 +1 @@ -Subproject commit be89e4b532fba8544f629c257460b63fe26c680d +Subproject commit 63f3a1bfcd78355398a460712db25922247756b6 diff --git a/src/rustllvm/llvm-auto-clean-trigger b/src/rustllvm/llvm-auto-clean-trigger index c6b01def198a..502ac53978e2 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-03-13 +2016-03-15