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-15 13:39:43 +01:00
2020-11-13 09:07:39 -08:00
2020-10-04 11:01:38 -07:00
2020-10-04 16:07:03 -07:00
2020-10-31 15:31:27 +01:00
2020-11-07 20:39:35 -05:00
2020-10-04 11:01:38 -07:00
2020-11-06 09:25:58 +05:30
2020-10-04 11:01:38 -07:00
2020-11-18 08:49:46 -05:00
2020-10-04 11:01:38 -07:00
2020-11-05 20:11:29 +01:00
2020-10-04 11:01:38 -07:00
2020-11-16 18:09:10 -05:00
2020-10-04 16:07:03 -07:00
2020-11-01 23:50:17 -04:00
2020-11-16 22:34:57 +01:00
2020-11-20 00:00:00 +00:00
2020-11-18 08:49:46 -05:00
2020-11-16 00:00:00 +00:00
2020-11-16 18:09:10 -05:00
2020-11-15 13:39:59 +01:00
2020-11-18 19:16:23 -05:00
2020-10-04 11:01:38 -07:00
2020-11-16 18:09:10 -05:00
2020-11-19 08:21:20 -05:00
2020-10-10 00:00:00 +00:00
2020-11-18 19:16:23 -05:00
2020-10-04 16:07:03 -07:00
2020-10-21 00:00:00 +00:00
2020-11-04 10:11:31 +00:00
2020-10-10 17:46:11 +02:00
2020-10-26 10:48:28 +01:00
2020-10-10 17:46:11 +02:00
2020-11-18 19:16:23 -05:00
2020-11-19 05:36:55 +01:00