mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 03:07:25 +00:00

- The logic is now unified for all targets (wasm targets should also be supported now) - Additional "symlink" files like `ld64` are eliminated - lld-wrapper is used for propagating the correct lld flavor - Cleanup "unwrap or exit" logic in lld-wrapper
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.