This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 0d324f0
authored
Unrolled build for rust-lang#126943
Rollup merge of rust-lang#126943 - Urgau:dedup-all, r=petrochenkov
De-duplicate all consecutive native libs regardless of their options
Address rust-lang#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``2 files changed
+8
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1490 | 1490 | | |
1491 | 1491 | | |
1492 | 1492 | | |
1493 | | - | |
1494 | | - | |
1495 | | - | |
1496 | | - | |
1497 | | - | |
1498 | 1493 | | |
1499 | 1494 | | |
1500 | 1495 | | |
| |||
1521 | 1516 | | |
1522 | 1517 | | |
1523 | 1518 | | |
| 1519 | + | |
| 1520 | + | |
1524 | 1521 | | |
1525 | 1522 | | |
1526 | 1523 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
0 commit comments