================
@@ -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:

The corresponding function in classic codegen (`CGFunctionInfo::create`) places 
the `ExtInfo` parameter after `argTypes`. Similarly throughout the functions 
where you added this. I don't suppose it matters other than making side-by-side 
comparisons to see what's missing easier.

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