From 444c01e1ac7c2e3dbab22441bfff21d50edf2712 Mon Sep 17 00:00:00 2001 From: Johannes Rust Date: Thu, 7 Nov 2024 15:18:46 +0100 Subject: [PATCH] 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 --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 68c2932f088..09f37f36668 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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