summary refs log tree commit diff
path: root/.gitmodules
blob: 597086229b8dfc920881afcf09f925d8e7ea7ff9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[submodule "src/llvm"]
	path = src/llvm
	url = https://github.com/rust-lang/llvm.git
	branch = master
[submodule "src/libuv"]
	path = src/libuv
	url = https://github.com/rust-lang/libuv.git
	branch = master
[submodule "src/gyp"]
	path = src/gyp
	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