mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 04:37:45 +00:00
- 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
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.