File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change @@ -9,7 +9,10 @@ export CROSSTOOL_NG_VERSION=5075e1f98e4329502682746cc30fa5c0c5a19d26
99# v4.0.1
1010export 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
1316export 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
You can’t perform that action at this time.
0 commit comments