================
@@ -49,7 +52,43 @@ RValue CIRGenFunction::emitBuiltinExpr(const GlobalDecl &gd,
unsigned builtinID,
}
}
+ assert(!cir::MissingFeatures::opCallBuiltin());
----------------
Lancern wrote:Replaced it with several fine-grained missing feature flags. https://github.com/llvm/llvm-project/pull/144376 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
