Skip to content

Commit

Permalink
bump clang version for dist-x86_64-linux from 17.0.2 to 17.0.4
Browse files Browse the repository at this point in the history
This fixes few miscompiles, so nice to have.
  • Loading branch information
klensy committed Nov 5, 2023
1 parent 8acf40b commit 38ff91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci/docker/host-x86_64/dist-x86_64-linux/build-clang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -ex

source shared.sh

LLVM=llvmorg-17.0.2
LLVM=llvmorg-17.0.4

mkdir llvm-project
cd llvm-project
Expand Down

0 comments on commit 38ff91c

Please sign in to comment.