[flang-commits] [flang] [mlir] [mlir][debug] Handle DIImportedEntity. (PR #103055)
Abid Qadeer via flang-commits
flang-commits at lists.llvm.org
Fri Aug 23 02:07:11 PDT 2024
================
@@ -223,11 +238,18 @@ DISubprogramAttr DebugImporter::translateImpl(llvm::DISubprogram *node) {
DISubroutineTypeAttr type = translate(node->getType());
if (node->getType() && !type)
return nullptr;
+
+ SmallVector<DINodeAttr> retainedNodes;
+
+ for (auto node : node->getRetainedNodes())
----------------
abidh wrote:
Done.
https://github.com/llvm/llvm-project/pull/103055
More information about the flang-commits
mailing list