diff --git a/sw-versions.sh b/sw-versions.sh index 6fdbb3d..26f0f7a 100644 --- a/sw-versions.sh +++ b/sw-versions.sh @@ -2,15 +2,15 @@ # This documents the versions of any software checked out from git -# LLVM 21.1.8 plus: -# - jump guards -# - unratified bitmanip extensions +# LLVM 22.1.7 plus: # - `.option arch` with optional 0p93 suffix -# - fix single byte counters for elided branches +# - unratified bitmanip extensions +# - jump guards # - revert D151768 -export LLVM_URL=https://github.com/lowRISC/llvm-project.git -export LLVM_BRANCH=ot-llvm-21.1 -export LLVM_COMMIT=e5b282fd2541f3d1eb56b5b796b31aae3e37a293 +# - 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 # Our Binutils fork with unratified bitmanip extensions export BINUTILS_URL=https://github.com/lowRISC/binutils.git