We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
coldcc
1 parent d27ec6c commit e2f90f7Copy full SHA for e2f90f7
src/abi/mod.rs
@@ -22,7 +22,7 @@ fn clif_sig_from_fn_abi<'tcx>(
22
fn_abi: &FnAbi<'tcx, Ty<'tcx>>,
23
) -> Signature {
24
let call_conv = match fn_abi.conv {
25
- Conv::Rust | Conv::C => default_call_conv,
+ Conv::Rust | Conv::C | Conv::RustCold => default_call_conv,
26
Conv::X86_64SysV => CallConv::SystemV,
27
Conv::X86_64Win64 => CallConv::WindowsFastcall,
28
Conv::ArmAapcs
0 commit comments