================
@@ -2638,7 +2634,6 @@ cir::FuncOp 
CIRGenModule::createRuntimeFunction(cir::FuncType ty,
   if (entry) {
     // TODO(cir): set the attributes of the function.
     assert(!cir::MissingFeatures::setLLVMFunctionFEnvAttributes());
-    assert(!cir::MissingFeatures::opFuncCallingConv());
----------------
Lancern wrote:

We need to set the calling convention of the created runtime function to be the 
runtime's CC, thus you should not remove this missing feature assert.

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

Reply via email to