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>2018-12-03 02:27:15 +0000
committerbors <bors@rust-lang.org>2018-12-03 02:27:15 +0000
commita563ceb3b9471acbb827e27686c5cacadc49a032 (patch)
tree18d02d7af14c9910eb9cf1fc1c10eafdcef51333 /src/libstd/sys/unix/stack_overflow.rs
parentb817d0b65156ab2b7c903ecce7ad16033961344e (diff)
parent850d2f1af0224cf1d442a66c33470791a2597888 (diff)
downloadrust-a563ceb3b9471acbb827e27686c5cacadc49a032.tar.gz
rust-a563ceb3b9471acbb827e27686c5cacadc49a032.zip
Auto merge of #56358 - nikic:mergefunc-aliases, r=rkruppe
Enable -mergefunc-use-aliases

If the Rust LLVM fork is used, enable the -mergefunc-use-aliases
flag, which will create aliases for merged functions, rather than
inserting a call from one to the other.

A number of codegen tests needed to be adjusted, because functions
that previously fell below the thunk limit are now being merged.
Merging is prevented in various ways now.

I expect that this is going to break something, somewhere, because
it isn't able to deal with aliases properly, but we won't find out
until we try :)

This fixes #52651.

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