From 9bc6c05fc88818cecdadbfe937fe031244cece49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Marques?= Date: Fri, 10 Jul 2026 22:00:18 +0100 Subject: [PATCH] Add test version of LLVM 22 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Luís Marques --- sw-versions.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sw-versions.sh b/sw-versions.sh index 6fdbb3d..e3d5d25 100644 --- a/sw-versions.sh +++ b/sw-versions.sh @@ -8,9 +8,9 @@ # - `.option arch` with optional 0p93 suffix # - fix single byte counters for elided branches # - revert D151768 -export LLVM_URL=https://github.com/lowRISC/llvm-project.git -export LLVM_BRANCH=ot-llvm-21.1 -export LLVM_COMMIT=e5b282fd2541f3d1eb56b5b796b31aae3e37a293 +export LLVM_URL=https://github.com/luismarques/llvm-project.git +export LLVM_BRANCH=ot-llvm-22.1.7 +export LLVM_COMMIT=d96ccb1505df1c7bba10a5a1f0df9c18070a6063 # Our Binutils fork with unratified bitmanip extensions export BINUTILS_URL=https://github.com/lowRISC/binutils.git