================
@@ -185,6 +185,18 @@ const EHPersonality &EHPersonality::get(CIRGenFunction
&cgf) {
return get(cgf.cgm, dyn_cast_or_null<FunctionDecl>(fg));
}
+static llvm::StringRef getPersonalityFn(CIRGenModule &cgm,
+ const EHPersonality &personality) {
+ // Create the personality function type: i32 (...)
+ mlir::Type i32Ty = cgm.getBuilder().getI32Type();
----------------
andykaylor wrote:
Is it possible to test this or does it require additional implementation?
https://github.com/llvm/llvm-project/pull/171001
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits