rust/compiler/rustc_codegen_ssa
Vadim Petrochenkov b7994f9e7e linker: Reorder linker arguments
- Combine all native library arguments together, to simplify potential support for library deduplication and similar things
- Split arguments into order-independent and order-dependent, to define more precisely what (pre,post,late)-link-args mean
2021-06-06 17:30:30 +03:00
..
2021-06-06 17:30:30 +03:00

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