From e6772c2ee95f369f7d88d475c977fe8d9044c7f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20M=C3=BCllner?= Date: Wed, 11 Oct 2023 21:13:18 +0200 Subject: Bump LLVM to 17.0.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit bumps LLVM from 16.0.5 to 17.0.2. Signed-off-by: Christoph Müllner --- .gitmodules | 2 +- llvm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 92bd35f..6da2382 100644 --- a/.gitmodules +++ b/.gitmodules @@ -39,4 +39,4 @@ [submodule "llvm"] path = llvm url = https://github.com/llvm/llvm-project.git - branch = release/15.x + branch = release/17.x diff --git a/llvm b/llvm index 185b81e..b2417f5 160000 --- a/llvm +++ b/llvm @@ -1 +1 @@ -Subproject commit 185b81e034ba60081023b6e59504dfffb560f3e3 +Subproject commit b2417f51dbbd7435eb3aaf203de24de6754da50e -- cgit v1.1