================
@@ -21,7 +21,7 @@ using namespace clang;
 using namespace clang::CIRGen;
 
 CIRGenFunctionInfo *
-CIRGenFunctionInfo::create(CanQualType resultType,
+CIRGenFunctionInfo::create(FunctionType::ExtInfo info, CanQualType resultType,
----------------
andykaylor wrote:

Sorry, I was looking at `arrangeLLVMFunctionInfo` (which corresponds to 
`arrangeCIRFunctionInfo`) and I guess my brain auto-corrected my reading of the 
order on this function.

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

Reply via email to