[Mlir-commits] [mlir] [mlir][debug] Handle DIImportedEntity. (PR #103055)
Christian Ulmann
llvmlistbot at llvm.org
Mon Aug 19 08:56:35 PDT 2024
================
@@ -89,6 +89,7 @@ class DebugTranslation {
llvm::DISubrange *translateImpl(DISubrangeAttr attr);
llvm::DISubroutineType *translateImpl(DISubroutineTypeAttr attr);
llvm::DIType *translateImpl(DITypeAttr attr);
+ llvm::DIImportedEntity *translate(DIImportedEntityAttr attr, llvm::DIScope *);
----------------
Dinistro wrote:
Nit: This needs a comment, given that it does something non-obvious.
https://github.com/llvm/llvm-project/pull/103055
More information about the Mlir-commits
mailing list