From 7d5d732566f783d6c3dd1e80d2ee9d20b49f7c8e Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Thu, 3 Nov 2011 15:19:08 -0700 Subject: [PATCH] Change the LLVM repo to git://github.com/brson/llvm.git --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 8b0b1c7a3d5..face37ff58c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "src/llvm"] path = src/llvm - url = http://llvm.org/git/llvm.git + url = git://github.com/brson/llvm.git