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>2016-03-29 11:10:39 -0700
committerbors <bors@rust-lang.org>2016-03-29 11:10:39 -0700
commit8f5c3f1fcf77ec890d340dc3beb676f2a01ae99c (patch)
tree50bd691fddf0839196b938fb8fb4aec408f73a06 /src/libstd/sys/unix/stack_overflow.rs
parent0c07a3cc599b0a88c35b5c1bd3fc92fa6925e4ce (diff)
parent22f458758652d309b7c65fa904d44f090214456c (diff)
downloadrust-8f5c3f1fcf77ec890d340dc3beb676f2a01ae99c.tar.gz
rust-8f5c3f1fcf77ec890d340dc3beb676f2a01ae99c.zip
Auto merge of #32557 - dotdash:issue-32518, r=nikomatsakis
Use weak_odr linkage when reusing definitions across codegen units

When reuing a definition across codegen units, we obviously cannot use
internal linkage, but using external linkage means that we can end up
with multiple conflicting definitions of a single symbol across
multiple crates. Since the definitions should all be equal
semantically, we can use weak_odr linkage to resolve the situation.

Fixes #32518

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