[LLVMbugs] [Bug 2613] Debugging labels from virtual destructors are not being invalidated even without optimization
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Fri Oct 31 13:14:03 PDT 2008
http://llvm.org/bugs/show_bug.cgi?id=2613
Anton Korobeynikov <asl at math.spbu.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #12 from Anton Korobeynikov <asl at math.spbu.ru> 2008-10-31 15:14:01 ---
(In reply to comment #10)
> The problem is now, that there is no housekeeping to invalidate also the debug
> informations in the MachineModuleInfo.
Patch applied at:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20081027/069215.html
Testcase at:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20081027/069216.html
Actually, we need to invalidate all labels (EH, GC), not only debug ones. Thus
I slightly modified your patch.
I consider debug information & optimization as separate issue and close this
PR. Feel free to file new PR for other problems.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list