[clang] [CIR] Upstream Exception Attr in CallOp (PR #164964)
Bruno Cardoso Lopes via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 27 11:49:27 PDT 2025
================
@@ -44,6 +44,7 @@ def CIR_Dialect : Dialect {
static llvm::StringRef getModuleLevelAsmAttrName() { return "cir.module_asm"; }
static llvm::StringRef getGlobalCtorsAttrName() { return "cir.global_ctors"; }
static llvm::StringRef getGlobalDtorsAttrName() { return "cir.global_dtors"; }
+ static llvm::StringRef getExceptionAttrName() { return "exception"; }
----------------
bcardosolopes wrote:
Yea, the existing name might not convey much more information indeed!
https://github.com/llvm/llvm-project/pull/164964
More information about the cfe-commits
mailing list