We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5660015 commit 7d2bc42Copy full SHA for 7d2bc42
sw-versions.sh
@@ -9,10 +9,6 @@ export CROSSTOOL_NG_VERSION=5a09578b6798f426b62d97b2ece1ba5e7b82990b
9
# v4.0.1
10
export QEMU_VERSION=23967e5b2a6c6d04b8db766a8a149f3631a7b899
11
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
+export LLVM_URL=https://github.com/llvm/llvm-project.git
+export LLVM_BRANCH=main
+export LLVM_VERSION=4f18f3f09a744ddd05de2188592fa11533ff3054 # LLVM 20
0 commit comments