Overhaul the -l option parser (for linking to native libs) by Zalathar · Pull Request #132934 · rust-lang/rust (original) (raw)

rust-timer added a commit to rust-lang-ci/rust that referenced this pull request

Nov 18, 2024

@rust-timer

Rollup merge of rust-lang#132934 - Zalathar:native-libs, r=jieyouxu

Overhaul the -l option parser (for linking to native libs)

The current parser for -l options has accumulated over time, making it hard to follow. This PR tries to clean it up in several ways.

Key changes:

There should be no overall change in compiler behaviour.