mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
update target-lexicon
This commit is contained in:
parent
784f9a097c
commit
80358d14a3
9 changed files with 19 additions and 9 deletions
|
@ -3931,6 +3931,8 @@ pub fn get_call_conventions(cc: target_lexicon::CallingConvention) -> u32 {
|
|||
SystemV => C_CALL_CONV,
|
||||
WasmBasicCAbi => C_CALL_CONV,
|
||||
WindowsFastcall => C_CALL_CONV,
|
||||
AppleAarch64 => C_CALL_CONV,
|
||||
_ => C_CALL_CONV,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue