Skip to content

Commit e56994d

Browse files
committed
Update Clang/LLVM toolchain to LLVM 16.0.2
1 parent 8da94f8 commit e56994d

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
"lowrisc-toolchain-rv32imcb" \
5050
"riscv32-unknown-elf" \
5151
"/tools/riscv" \
52-
"rv32imc_zba0p93_zbb0p93_zbc0p93_zbs0p93" \
53-
"ilp32" "medany" "-menable-experimental-extensions"
52+
"rv32imc_zba_zbb_zbc_zbs" \
53+
"ilp32" "medany" ""
5454
displayName: "Build Clang toolchain"
5555
env:
5656
ARTIFACT_STAGING_DIR: $(Build.ArtifactStagingDirectory)

sw-versions.sh

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ export CROSSTOOL_NG_VERSION=5075e1f98e4329502682746cc30fa5c0c5a19d26
99
# v4.0.1
1010
export QEMU_VERSION=23967e5b2a6c6d04b8db766a8a149f3631a7b899
1111

12-
# LLVM 13.0.1 plus hardening patches
12+
# LLVM 16.0.2 plus:
13+
# - hardening patches
14+
# - unratified bitmanip extensions
15+
# - `.option arch` assembly directive
1316
export LLVM_URL=https://github.com/lowRISC/llvm-project.git
14-
export LLVM_BRANCH=ot-hardening
15-
export LLVM_VERSION=c00e0d812dc48db51d4badf93792ff363ca78ce0
17+
export LLVM_BRANCH=ot-llvm-16-hardening
18+
export LLVM_VERSION=2303c1fc6123585d334be74de0db1c7dc63c101a

0 commit comments

Comments
 (0)