rust/src/tools/run-make-support
Trevor Gross 6ccb3569f8
Rollup merge of #128649 - ChrisDenton:param-passing, r=jieyouxu
run-make: Enable msvc for `no-duplicate-libs` and `zero-extend-abi-param-passing`

The common thing between these two tests is to use `#[link(..., kind="static")]` so that it doesn't try to do a DLL import.

`zero-extend-abi-param-passing` also needs to have an optimized static library but there's only helper function for a non-optimized version. Rather than copy/pasting the code (and adding the optimization flag) I reused the same code so that it more easily be kept in sync.

try-job: i686-msvc
try-job: x86_64-msvc
2024-08-06 22:17:34 -05:00
..
src Rollup merge of #128649 - ChrisDenton:param-passing, r=jieyouxu 2024-08-06 22:17:34 -05:00
Cargo.toml dedup object 2024-07-28 17:21:07 +03:00
CHANGELOG.md run-make-support: update changelog 2024-06-11 21:31:08 +00:00