mirror of
https://github.com/rust-lang/rust
synced 2024-11-02 14:59:06 +00:00
Auto merge of #117607 - klensy:clang-17.0.4, r=Mark-Simulacrum
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?
This commit is contained in:
commit
fcca978aa0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue