Skip to content

Commit

Permalink
Rollup merge of #126943 - Urgau:dedup-all, r=petrochenkov
Browse files Browse the repository at this point in the history
De-duplicate all consecutive native libs regardless of their options

Address rust-lang/rust#126913 (comment) by no longer de-duplicating based on the "options" but by only looking at the generated link args, as to avoid consecutive libs that originated from different native-lib with different options (like `raw-dylib` on Windows) but isn't relevant for `--print=native-static-libs`.

r? ``@petrochenkov``
  • Loading branch information
matthiaskrgr authored Jun 25, 2024
2 parents 808de2c + 05fe98b commit 2d49476
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 2d49476

Please sign in to comment.