http://llvm.org/bugs/show_bug.cgi?id=17507

            Bug ID: 17507
           Summary: DebugInfoFinder only processes the first compile unit
                    in the module
           Product: new-bugs
           Version: trunk
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

Created attachment 11345
  --> http://llvm.org/bugs/attachment.cgi?id=11345&action=edit
A patch to solve the issue

When processing a module, DebugInfoFinder only goes over the first compile unit
in the module's debug metadata, instead of going over all the compile units;
there's even a "FIXME" comment there about this issue.

A patch is attached which fixes this and adds a test to verify that more than
one compile unit can be processed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to