mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-02 00:07:42 +03:00
b7994f9e7e
- 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.