================
@@ -800,8 +838,17 @@ const CGFunctionInfo
&CodeGenTypes::arrangeNullaryFunction() {
const CGFunctionInfo &CodeGenTypes::arrangeCall(const CGFunctionInfo
&signature,
const CallArgList &args) {
+ return arrangeCall(signature, args, /*FD=*/nullptr);
----------------
efriedma-quic wrote:
Please don't add silently broken methods; please update all the callers. (And
add a FIXME to CGObjCRuntime if necessary.)
https://github.com/llvm/llvm-project/pull/193298
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits