Skip to content

Commit

Permalink
Auto merge of #117607 - klensy:clang-17.0.4, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
bump clang version for dist-x86_64-linux from 17.0.2 to 17.0.4

This fixes few miscompiles, so nice to have.

Release notes:
https://discourse.llvm.org/t/llvm-17-0-3-released/74172
https://discourse.llvm.org/t/llvm-17-0-4-released/74548

>The next release will be 17.0.5, in two weeks 14th of November.

Or maybe delay until 17.0.5?
  • Loading branch information
bors committed Nov 6, 2023
2 parents 152a4e9 + 38ff91c commit fcca978
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 fcca978

Please sign in to comment.