[llvm-bugs] [Bug 26200] New: Globalopt drops debuginfo when promoting globals to allocas.
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Jan 18 13:04:12 PST 2016
https://llvm.org/bugs/show_bug.cgi?id=26200
Bug ID: 26200
Summary: Globalopt drops debuginfo when promoting globals to
allocas.
Product: libraries
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Core LLVM classes
Assignee: unassignedbugs at nondot.org
Reporter: jonathan at codesourcery.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
The underlying issue here is that the DI metadata schema is not sufficiently
rich enough to represent this transformation.
Partial implementation & discussion here: http://reviews.llvm.org/D16209
(before I knew how much finagling would be needed).
--
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/20160118/c5fda5f9/attachment.html>
More information about the llvm-bugs
mailing list