From 1d06aaae647bd76b9d94b784866a21cf6214224a Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 24 May 2013 00:43:59 -0500 Subject: [PATCH] Update LLVM --- .gitmodules | 2 +- src/llvm | 2 +- src/rustllvm/llvm-auto-clean-trigger | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index c8442616179..88ead6e608d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "src/llvm"] path = src/llvm - url = https://github.com/brson/llvm.git + url = https://github.com/alexcrichton/llvm.git branch = master [submodule "src/libuv"] path = src/libuv diff --git a/src/llvm b/src/llvm index 2e9f0d21fe3..e3abef3eedc 160000 --- a/src/llvm +++ b/src/llvm @@ -1 +1 @@ -Subproject commit 2e9f0d21fe321849a4759a01fc28eae82ef196d6 +Subproject commit e3abef3eedc8d5bad3420c7e29bf2fe80585316a diff --git a/src/rustllvm/llvm-auto-clean-trigger b/src/rustllvm/llvm-auto-clean-trigger index 9b8f0e3a462..670eebbed13 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. -2013-07-03 +2013-07-04