about summary refs log tree commit diff
path: root/src/libstd/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2019-10-29 07:38:50 +0000
committerbors <bors@rust-lang.org>2019-10-29 07:38:50 +0000
commiteb5ef813f0d6e3fe8edd3abb046a18f5b1a8cc48 (patch)
tree09f496e9fb2a3c149deb5c2e19b4f421a56b0a12 /src/libstd/sys/unix/stack_overflow.rs
parent2dd4e7320e620dc9a59423c55a7db3520ba8b553 (diff)
parenta63dfb3b82a44e31bdfadb13d240a5366f9979fb (diff)
downloadrust-eb5ef813f0d6e3fe8edd3abb046a18f5b1a8cc48.tar.gz
rust-eb5ef813f0d6e3fe8edd3abb046a18f5b1a8cc48.zip
Auto merge of #65435 - michaelwoerister:fix-issue-64153, r=alexcrichton
Fix #64153

This PR changes how the compiler detects if an object file from an upstream crate is a Rust object file or not. Instead of checking if the name starts with the crate name and ends with `.o` (which is not always the case, as described in #64153), it now just checks if the filename ends with `.rcgu.o`.

This fixes #64153. However, ideally we'd clean up the code around filename generation some more. Then this check could be made more robust.

r? @alexcrichton
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions