Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #14451 - jschwe:fix_gnullvm_implib, r=weihanglo
uplift windows gnullvm import libraries Same changes as #8141, but for gnullvm. gnullvm does not seem to be tested in CI, so tests were not adjusted. ### What does this PR try to resolve? The `implib` for [gnullvm](https://doc.rust-lang.org/rustc/platform-support/pc-windows-gnullvm.html) targets should end up at the same location as for `gnu` targets. ### Background I'm not a windows developer, so I may be wrong, but I believe the implib artifacts for gnullvm should be needed in the same way as for the normal windows-gnu target. In my downstream code, I need to know the location of the implib artifact, and would prefer for the location to be the same for both gnullvm and normal gnu.
- Loading branch information