Skip to content

Commit b2fd019

Browse files
committed
Update LLVM to version 21.1.8
Signed-off-by: Luís Marques <luismarques@lowrisc.org>
1 parent aca83f9 commit b2fd019

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

sw-versions.sh

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22

33
# This documents the versions of any software checked out from git
44

5-
# LLVM 16.0.2 plus:
6-
# - hardening patches
5+
# LLVM 21.1.8 plus:
6+
# - jump guards
77
# - unratified bitmanip extensions
8-
# - `.option arch` assembly directive
9-
# - single-byte code coverage
8+
# - `.option arch` with optional 0p93 suffix
9+
# - fix single byte counters for elided branches
10+
# - revert D151768
1011
export LLVM_URL=https://github.com/lowRISC/llvm-project.git
11-
export LLVM_BRANCH=ot-llvm-16-hardening
12-
export LLVM_COMMIT=dec908d48facb6041c12b95b8ade64719a894917
12+
export LLVM_BRANCH=ot-llvm-21.1
13+
export LLVM_COMMIT=e5b282fd2541f3d1eb56b5b796b31aae3e37a293
1314

1415
# Our Binutils fork with unratified bitmanip extensions
1516
export BINUTILS_URL=https://github.com/lowRISC/binutils.git

0 commit comments

Comments
 (0)