We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aca83f9 commit b2fd019Copy full SHA for b2fd019
1 file changed
sw-versions.sh
@@ -2,14 +2,15 @@
2
3
# This documents the versions of any software checked out from git
4
5
-# LLVM 16.0.2 plus:
6
-# - hardening patches
+# LLVM 21.1.8 plus:
+# - jump guards
7
# - unratified bitmanip extensions
8
-# - `.option arch` assembly directive
9
-# - single-byte code coverage
+# - `.option arch` with optional 0p93 suffix
+# - fix single byte counters for elided branches
10
+# - revert D151768
11
export LLVM_URL=https://github.com/lowRISC/llvm-project.git
-export LLVM_BRANCH=ot-llvm-16-hardening
12
-export LLVM_COMMIT=dec908d48facb6041c12b95b8ade64719a894917
+export LLVM_BRANCH=ot-llvm-21.1
13
+export LLVM_COMMIT=e5b282fd2541f3d1eb56b5b796b31aae3e37a293
14
15
# Our Binutils fork with unratified bitmanip extensions
16
export BINUTILS_URL=https://github.com/lowRISC/binutils.git
0 commit comments