[LLVMbugs] [Bug 17507] New: DebugInfoFinder only processes the first compile unit in the module
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Oct 8 02:00:49 PDT 2013
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: unassignedbugs at nondot.org
Reporter: alon.mishne at intel.com
CC: llvmbugs at cs.uiuc.edu
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20131008/05eefc6e/attachment.html>
More information about the llvm-bugs
mailing list