Skip to content

Commit 7d2bc42

Browse files
committed
[WIP] Test LLVM 20
1 parent 5660015 commit 7d2bc42

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

sw-versions.sh

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

12-
# LLVM 16.0.2 plus:
13-
# - hardening patches
14-
# - unratified bitmanip extensions
15-
# - `.option arch` assembly directive
16-
export LLVM_URL=https://github.com/lowRISC/llvm-project.git
17-
export LLVM_BRANCH=ot-llvm-16-hardening
18-
export LLVM_VERSION=d213f6b2e0bcc561930538ef47b3b5cc900b5b17
12+
export LLVM_URL=https://github.com/llvm/llvm-project.git
13+
export LLVM_BRANCH=main
14+
export LLVM_VERSION=4f18f3f09a744ddd05de2188592fa11533ff3054 # LLVM 20

0 commit comments

Comments
 (0)