about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCameron Hart <cameron.hart@gmail.com>2016-07-19 21:07:42 +1000
committerCameron Hart <cameron.hart@gmail.com>2016-07-19 21:07:42 +1000
commit09cc3e24a0fcbf031a7f7278556c3b5c0936fb03 (patch)
tree9b39e8cf2020a7a4d12903e7f63f3fbc750dab62
parent79358aa52329ed6dc67f0b2c0afa2a2692d404af (diff)
downloadrust-09cc3e24a0fcbf031a7f7278556c3b5c0936fb03.tar.gz
rust-09cc3e24a0fcbf031a7f7278556c3b5c0936fb03.zip
Update src/llvm to use the rust-lang version again.
-rw-r--r--.gitmodules2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index 02c06618a00..39288a7ae49 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,6 @@
 [submodule "src/llvm"]
 	path = src/llvm
-	url = https://github.com/bitshifter/llvm.git
+	url = https://github.com/rust-lang/llvm.git
 	branch = master
 [submodule "src/compiler-rt"]
 	path = src/compiler-rt