From 44c340b50cd17faa6a6d394741a5afa92bc0eb4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Marques?= Date: Thu, 13 Aug 2026 15:07:41 +0100 Subject: [PATCH] Update to CHERIoT LLVM 22.1.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Luís Marques --- sw-versions.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/sw-versions.sh b/sw-versions.sh index 26f0f7a..6cc0ef4 100644 --- a/sw-versions.sh +++ b/sw-versions.sh @@ -2,15 +2,17 @@ # This documents the versions of any software checked out from git -# LLVM 22.1.7 plus: +# CHERIoT LLVM ~22.1.7 plus: +# - llvmorg-22.1.7 merge commit +# - Clang build fix # - `.option arch` with optional 0p93 suffix # - unratified bitmanip extensions # - jump guards # - revert D151768 # - fix single byte counters for elided branches -export LLVM_URL=https://github.com/luismarques/llvm-project.git -export LLVM_BRANCH=ot-llvm-22.1.7 -export LLVM_COMMIT=fcd9a5cc9b85ce43ecb5f7fbe652217b82f297fe +export LLVM_URL=https://github.com/lowRISC/llvm-project.git +export LLVM_BRANCH=ot-cheriot-22.1.7 +export LLVM_COMMIT=6697f99244cb1f0565ecfffbb7f9ada37a8a1962 # Our Binutils fork with unratified bitmanip extensions export BINUTILS_URL=https://github.com/lowRISC/binutils.git