rust/compiler/rustc_codegen_ssa
Vadim Petrochenkov 2984bf674f Simplify implementation of -Z gcc-ld
- 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
2022-05-25 23:55:22 +03:00
..
2022-05-25 23:55:22 +03:00

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.