mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
4b2378286c
Fix EII function aliases eliminated by LTO Add EII function aliases to `llvm.compiler.used` so that LLVM's LTO passes do not eliminate them. Fixes rust-lang/rust#153645 Tracking issue: https://github.com/rust-lang/rust/issues/125418
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.