Skip to content

Commit

Permalink
.gitmodules: fix incorrect llvm repo url
Browse files Browse the repository at this point in the history
Fixes: e3082e2 ("gitsubmodules: update llvm-rust submodule branch")
Signed-off-by: Jinghao Jia <[email protected]>
  • Loading branch information
jinghao-jia authored and chinrw committed Dec 3, 2024
1 parent f32ab3d commit 4f5a35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
shallow = true
[submodule "src/llvm-project"]
path = src/llvm-project
url = https://github.com/xlab-uiuc/rust.git
url = https://github.com/xlab-uiuc/llvm-rust.git
branch = rex-llvm
[submodule "src/doc/embedded-book"]
path = src/doc/embedded-book
Expand Down

0 comments on commit 4f5a35e

Please sign in to comment.