Skip to content

Commit 3df2e19

Browse files
committed
compare with llvm-18
1 parent 1df4def commit 3df2e19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_ci-linux-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ extra=''
1414
dl=''
1515

1616
if [[ "${CW_CONFIG:-}" != *'gcc'* ]]; then
17-
[ -n "${CW_CCSUFFIX:-}" ] || export CW_CCSUFFIX='-19'
17+
[ -n "${CW_CCSUFFIX:-}" ] || export CW_CCSUFFIX='-18'
1818
extra+=" llvm${CW_CCSUFFIX} clang${CW_CCSUFFIX} lld${CW_CCSUFFIX}"
1919
fi
2020

0 commit comments

Comments
 (0)