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.
1 parent ab209ca commit de09c27Copy full SHA for de09c27
llvm/include/llvm/IR/RuntimeLibcalls.td
@@ -1511,10 +1511,9 @@ def ARMSystemLibrary
1511
(!TT.isiOS() || !TT.isOSVersionLT(5, 0))}]>>,
1512
DefaultStackProtector)> {
1513
let DefaultLibcallCallingConv = LibcallCallingConv<[{
1514
- (!TT.isOSDarwin() && !TT.isiOS() && !TT.isWatchOS() && !TT.isDriverKit()) ?
+ TT.isOSDarwin() ? CallingConv::C :
1515
(FloatABI == FloatABI::Hard ? CallingConv::ARM_AAPCS_VFP
1516
- : CallingConv::ARM_AAPCS) :
1517
- CallingConv::C
+ : CallingConv::ARM_AAPCS)
1518
}]>;
1519
}
1520
0 commit comments