about summary refs log tree commit diff
path: root/src/test/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-08-27 09:18:14 +0000
committerbors <bors@rust-lang.org>2021-08-27 09:18:14 +0000
commit4a6547cca6d2b2f465f01331927855734687b527 (patch)
tree2e44015fd12869940e902e24413869ea16fec373 /src/test/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs
parentdfd6306d26af1a163aaaa1456b4594244ddd182f (diff)
parent118df1cd6bca455498f6ef0a55133d99dfe99f0d (diff)
downloadrust-4a6547cca6d2b2f465f01331927855734687b527.tar.gz
rust-4a6547cca6d2b2f465f01331927855734687b527.zip
Auto merge of #88227 - 12101111:nobundle-link-order, r=petrochenkov
Adjust linking order of static nobundle libraries

Link the static libraries with "-bundle" modifier from upstream rust crate right after linking this rust crate.
Some linker such as GNU linker `ld.bdf` treat order of linking as order of dependency.

After this change, static libraries with "-bundle" modifier is linked in the same order as "+bundle" modifier.
So we can change the value of "bundle" modifier without causing linking error.

fix: https://github.com/rust-lang/rust/issues/87541

r? `@petrochenkov`
Diffstat (limited to 'src/test/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs')
0 files changed, 0 insertions, 0 deletions