Skip to content

Commit

Permalink
Update Clang/LLVM toolchain to LLVM 16.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
luismarques committed Apr 27, 2023
1 parent 8da94f8 commit e56994d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
"lowrisc-toolchain-rv32imcb" \
"riscv32-unknown-elf" \
"/tools/riscv" \
"rv32imc_zba0p93_zbb0p93_zbc0p93_zbs0p93" \
"ilp32" "medany" "-menable-experimental-extensions"
"rv32imc_zba_zbb_zbc_zbs" \
"ilp32" "medany" ""
displayName: "Build Clang toolchain"
env:
ARTIFACT_STAGING_DIR: $(Build.ArtifactStagingDirectory)
Expand Down
9 changes: 6 additions & 3 deletions sw-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ export CROSSTOOL_NG_VERSION=5075e1f98e4329502682746cc30fa5c0c5a19d26
# v4.0.1
export QEMU_VERSION=23967e5b2a6c6d04b8db766a8a149f3631a7b899

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

0 comments on commit e56994d

Please sign in to comment.