]> git.lizzy.rs Git - rust.git/blob - .gitmodules
Build compiler-rt and link it to all crates, similarly to morestack.
[rust.git] / .gitmodules
1 [submodule "src/llvm"]
2         path = src/llvm
3         url = https://github.com/rust-lang/llvm.git
4         branch = master
5 [submodule "src/libuv"]
6         path = src/libuv
7         url = https://github.com/rust-lang/libuv.git
8         branch = master
9 [submodule "src/gyp"]
10         path = src/gyp
11         url = https://github.com/rust-lang/gyp.git
12 [submodule "src/compiler-rt"]
13         path = src/compiler-rt
14         url = https://github.com/rust-lang/compiler-rt.git