From 5488ddb307159e06bb471cefe9512a0efd28ad60 Mon Sep 17 00:00:00 2001 From: Michael Neumann Date: Sat, 3 Jan 2015 12:42:34 +0100 Subject: [PATCH 1/2] Segmented stack support for DragonFly --- src/llvm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/llvm b/src/llvm index ec1fdb3b9d3b1..b820135911e17 160000 --- a/src/llvm +++ b/src/llvm @@ -1 +1 @@ -Subproject commit ec1fdb3b9d3b1fb9e1dae97a65dd3a13db9bfb23 +Subproject commit b820135911e17c7a46b901db56baa48e5155bf46 From 66da36f6eed73bbaa4578a3bd312ee124d55d96c Mon Sep 17 00:00:00 2001 From: Michael Neumann Date: Mon, 5 Jan 2015 10:54:40 +0100 Subject: [PATCH 2/2] Ensure that LLVM is rebuilt with recent changes --- src/rustllvm/llvm-auto-clean-trigger | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rustllvm/llvm-auto-clean-trigger b/src/rustllvm/llvm-auto-clean-trigger index c1ad6754ca1c3..2ac855681f28b 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. -2015-01-03 +2015-01-05