mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
acc33fe5dd
Fixes LTO for `#![no_builtins]` crates with CFI enabled by using rustc's `EmitObj::Bitcode` path (and emitting LLVM bitcode in the `.o` for linker-based LTO).
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.