[Mlir-commits] [mlir] [mlir][debug] Handle DIImportedEntity. (PR #103055)
Christian Ulmann
llvmlistbot at llvm.org
Mon Aug 19 08:56:34 PDT 2024
================
@@ -306,6 +306,18 @@ llvm::DISubprogram *DebugTranslation::translateImpl(DISubprogramAttr attr) {
static_cast<llvm::DISubprogram::DISPFlags>(attr.getSubprogramFlags()),
compileUnit);
+ SmallVector<llvm::Metadata *> retainedNodes;
----------------
Dinistro wrote:
Nit: Add a comment on why this is done in a delayed manner.
https://github.com/llvm/llvm-project/pull/103055
More information about the Mlir-commits
mailing list