[cfe-commits] [PATCH] maintain debug location info in lowerinvoke transform
Alexander Herz
alexander.herz at mytum.de
Mon Oct 18 03:19:17 PDT 2010
This patch propagates the debug location info when c++ function calls
are lowered. It allows to generate proper debug location info for e.g.
the c backend (so you can map instructions back to the original c++ code).
Since it's fairly trivial I have not added a test case. If you require
one anyways please let me know.
Alex
-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvm_lowerinvoke_dbg.diff
Type: text/x-patch
Size: 1041 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20101018/18395f3f/attachment.bin>
More information about the cfe-commits
mailing list