rust-lang/rust 发布 1.97.1
Rust 1.97.1 发布,修复 LLVM 优化中的错误编译(miscompilation),包含 LLVM 修复和 rustc 变更回退。
中文处理结果
- rustc: 修复 LLVM 优化中的错误编译 此次更新回溯了 LLVM 子模块的升级,以包含 LLVM 侧的修复,并还原了已知触发该错误的 rustc 变更。严格来说,rustc 侧的还原并非必要,但出于谨慎考虑而执行。
原始正文
rust-lang/rust released 1.97.1
- rustc: Fix miscompilation in LLVM optimization This backports an LLVM submodule bump to include the LLVM-side fix and a revert of the rustc change that is one known trigger for the bug. The rustc side revert should not be strictly necessary but is done out of abundance of caution.