compiler: Handle arm_aapcs16_vfp alongside arm_aapcs_vfp in some places.
This commit is contained in:
@@ -3433,8 +3433,9 @@ fn updateType(
|
||||
|
||||
.arm_apcs => .nocall,
|
||||
.arm_aapcs => .LLVM_AAPCS,
|
||||
.arm_aapcs_vfp => .LLVM_AAPCS_VFP,
|
||||
.arm_aapcs16_vfp => .nocall,
|
||||
.arm_aapcs_vfp,
|
||||
.arm_aapcs16_vfp,
|
||||
=> .LLVM_AAPCS_VFP,
|
||||
|
||||
.riscv64_lp64_v,
|
||||
.riscv32_ilp32_v,
|
||||
|
||||
Reference in New Issue
Block a user