Skip to content

Commit 444c01e

Browse files
JohRustcmuellner
authored andcommitted
Update .gitmodules to reflect LLVM bump to 18.1
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]>
1 parent 7d8e9ad commit 444c01e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
[submodule "llvm"]
4040
path = llvm
4141
url = https://github.com/llvm/llvm-project.git
42-
branch = release/17.x
42+
branch = release/18.x
4343
[submodule "uclibc-ng"]
4444
path = uclibc-ng
4545
url = https://git.uclibc-ng.org/git/uclibc-ng.git

0 commit comments

Comments
 (0)