Skip to content

Commit abaeeb4

Browse files
authored
utils.sh: Bump LLVM version to 20.1.2
Signed-off-by: Dakkshesh <[email protected]>
1 parent 5ceca0f commit abaeeb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/utils.sh

Lines changed: 1 addition & 1 deletion
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.1"
26+
export LLVM_VERSION="20.1.2"
2727

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

0 commit comments

Comments
 (0)