================
@@ -706,8 +737,14 @@ arrangeFreeFunctionLikeCall(CodeGenTypes &CGT, 
CodeGenModule &CGM,
 /// target-dependent in crazy ways.
 const CGFunctionInfo &CodeGenTypes::arrangeFreeFunctionCall(
     const CallArgList &args, const FunctionType *fnType, bool chainCall) {
+  return arrangeFreeFunctionCall(args, fnType, chainCall, /*FD=*/nullptr);
----------------
efriedma-quic wrote:

Silently broken implementation.

https://github.com/llvm/llvm-project/pull/193298
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to