about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-05-21 01:12:45 +0000
committerbors <bors@rust-lang.org>2023-05-21 01:12:45 +0000
commit1b67f8b013890fec98e4a2e72b568731d3a58c1f (patch)
tree9083a628d8ca7eda90b898a8c17dce229b78501d /compiler/rustc_codegen_llvm/src
parentfe76e14955329df4bc54aab78c297e58fe58c115 (diff)
parent3281060607412c5863703eaae1f4bf29a23664dd (diff)
downloadrust-1b67f8b013890fec98e4a2e72b568731d3a58c1f.tar.gz
rust-1b67f8b013890fec98e4a2e72b568731d3a58c1f.zip
Auto merge of #111675 - Urgau:fix-local-libs-for-native-static-libs, r=bjorn3
Fix local libs not included when printing native static libs

This PR fixes https://github.com/rust-lang/rust/issues/111643 by adding the local used libs to the printed `--print=native-static-libs` output.

It seems that `--print=native-static-libs` doesn't have any test, so I added one. It's very simple and doesn't even tries to compile the result to a binary as I don't know how to handle external library linking in CI. (Note that https://github.com/rust-lang/rust/blob/master/tests/run-make/staticlib-dylib-linkage/Makefile does compile to a binary)

r? `@bjorn3`
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions