X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=.gitmodules;h=597086229b8dfc920881afcf09f925d8e7ea7ff9;hb=9c1761d0ab04681ef65c6e589c7c663d917b5eb7;hp=97e327ebfa4f859d31da2c6f4458e2aaba2469e6;hpb=91ab8a3f529e8b6735e0c8a998dc78667cabe40e;p=rust.git diff --git a/.gitmodules b/.gitmodules index 97e327ebfa4..597086229b8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,11 +1,14 @@ [submodule "src/llvm"] path = src/llvm - url = https://github.com/alexcrichton/llvm.git + url = https://github.com/rust-lang/llvm.git branch = master [submodule "src/libuv"] path = src/libuv - url = https://github.com/alexcrichton/libuv.git + url = https://github.com/rust-lang/libuv.git branch = master [submodule "src/gyp"] path = src/gyp - url = https://git.chromium.org/external/gyp.git + url = https://github.com/rust-lang/gyp.git +[submodule "src/compiler-rt"] + path = src/compiler-rt + url = https://github.com/rust-lang/compiler-rt.git