Skip to content

Commit b2e82b2

Browse files
authored
utils: Bump llvm version to 20.1.0
Signed-off-by: Dakkshesh <[email protected]>
1 parent 1d5fab5 commit b2e82b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/utils.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export AVR_LIBC_VER="2.2.1-clang"
2323
export BINUTILS_VERSION="2.44"
2424
export GCC_VER="14.2.0"
2525
export NEWLIB_VER="4.5.0.20241231"
26-
export LLVM_VERSION="20.1.0-rc3"
26+
export LLVM_VERSION="20.1.0"
2727

2828
# Configuration
2929
SOURCE_DIR="${CURR_DIR}/source"

0 commit comments

Comments
 (0)