From 548b9c9163b3ee728f1bd652128c84ebec106ca4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Marques?= Date: Tue, 6 Jan 2026 13:20:58 +0000 Subject: [PATCH] Update LLVM to version 21.1.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Luís Marques --- sw-versions.sh | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/sw-versions.sh b/sw-versions.sh index c9e26f0..6fdbb3d 100644 --- a/sw-versions.sh +++ b/sw-versions.sh @@ -2,14 +2,15 @@ # This documents the versions of any software checked out from git -# LLVM 16.0.2 plus: -# - hardening patches +# LLVM 21.1.8 plus: +# - jump guards # - unratified bitmanip extensions -# - `.option arch` assembly directive -# - single-byte code coverage +# - `.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-16-hardening -export LLVM_COMMIT=dec908d48facb6041c12b95b8ade64719a894917 +export LLVM_BRANCH=ot-llvm-21.1 +export LLVM_COMMIT=e5b282fd2541f3d1eb56b5b796b31aae3e37a293 # Our Binutils fork with unratified bitmanip extensions export BINUTILS_URL=https://github.com/lowRISC/binutils.git