update target-lexicon

This commit is contained in:
Folkert 2021-08-23 19:44:53 +02:00
parent 784f9a097c
commit 80358d14a3
9 changed files with 19 additions and 9 deletions

View file

@ -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,
}
}