Skip to content

Commit

Permalink
Update .gitmodules to reflect LLVM bump to 18.1
Browse files Browse the repository at this point in the history
The LLVM submodule was updated to 18.1 in commit 97fce6f and now points to https://github.com/llvm/llvm-project/tree/3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff, the latest commit of branch release/18.x. However .gitmodules still referred to branch 17.x.

Signed-off-by: Johannes Rust <[email protected]>
  • Loading branch information
JohRust authored and cmuellner committed Nov 7, 2024
1 parent 7d8e9ad commit 444c01e
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 @@ -39,7 +39,7 @@
[submodule "llvm"]
path = llvm
url = https://github.com/llvm/llvm-project.git
branch = release/17.x
branch = release/18.x
[submodule "uclibc-ng"]
path = uclibc-ng
url = https://git.uclibc-ng.org/git/uclibc-ng.git

0 comments on commit 444c01e

Please sign in to comment.