Skip to content

Commit

Permalink
compare with llvm-18
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Oct 17, 2024
1 parent 1df4def commit 3df2e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _ci-linux-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ extra=''
dl=''

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

Expand Down

0 comments on commit 3df2e19

Please sign in to comment.