Skip to content

Commit ae3fcce

Browse files
committed
.gitmodules: fix incorrect llvm repo url
Fixes: e3082e2 ("gitsubmodules: update llvm-rust submodule branch") Signed-off-by: Jinghao Jia <[email protected]>
1 parent 05fc6ef commit ae3fcce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
shallow = true
3333
[submodule "src/llvm-project"]
3434
path = src/llvm-project
35-
url = https://github.com/xlab-uiuc/rust.git
35+
url = https://github.com/xlab-uiuc/llvm-rust.git
3636
branch = rex-llvm
3737
[submodule "src/doc/embedded-book"]
3838
path = src/doc/embedded-book

0 commit comments

Comments
 (0)