From cdfa637dadbd3c6f760ecaaf412b06fdc9893f98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Steinbrink?= Date: Mon, 8 Sep 2014 17:07:03 +0200 Subject: [PATCH] Update LLVM to fix a crash in the MergeFunc 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 90a314162053a..e9d037419441d 160000 --- a/src/llvm +++ b/src/llvm @@ -1 +1 @@ -Subproject commit 90a314162053a0c51a50a1c603c9203bef241e0d +Subproject commit e9d037419441d51ccb0f41aacbc64080b0c6e81b diff --git a/src/rustllvm/llvm-auto-clean-trigger b/src/rustllvm/llvm-auto-clean-trigger index dd1c444119bde..936a5fad89577 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. -2014-08-05 +2014-09-08