rust/compiler/rustc_mir
bors 5c45969502 Auto merge of #79192 - tmiasko:naked-noinline, r=oli-obk
Never inline naked functions

The `#[naked]` attribute disabled prologue / epilogue emission for the
function and it is responsibility of a developer to provide them. The
compiler is no position to inline such functions correctly.

Disable inlining of naked functions at LLVM and MIR level.

Closes #60919.
2020-11-20 06:01:49 +00:00
..
src Auto merge of #79192 - tmiasko:naked-noinline, r=oli-obk 2020-11-20 06:01:49 +00:00
Cargo.toml Added some unit tests as requested 2020-11-11 16:40:17 -08:00