Files
rust/compiler/rustc_mir/src/transform
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
..
2020-11-13 09:07:39 -08:00
2020-11-06 09:25:58 +05:30
2020-11-05 20:11:29 +01:00
2020-11-16 22:34:57 +01:00
2020-11-20 00:00:00 +00:00