callconv: add SysV

This commit is contained in:
Sreehari S
2021-04-08 21:00:53 -07:00
parent 9f744f19e7
commit 9ebdbca379
6 changed files with 16 additions and 0 deletions

View File

@@ -19223,6 +19223,7 @@ static IrInstGen *ir_analyze_instruction_export(IrAnalyze *ira, IrInstSrcExport
case CallingConventionAPCS:
case CallingConventionAAPCS:
case CallingConventionAAPCSVFP:
case CallingConventionSysV:
add_fn_export(ira->codegen, fn_entry, buf_ptr(symbol_name), global_linkage_id, cc);
fn_entry->section_name = section_name;
break;