[llvm-bugs] [Bug 47312] DIFile instructions in LLVM bitcode do not get emitted to source maps
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Aug 26 15:52:30 PDT 2020
https://bugs.llvm.org/show_bug.cgi?id=47312
Scott Waye <scott.waye at hubse.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #8 from Scott Waye <scott.waye at hubse.com> ---
Thanks a lot, that got me there. I made a few changes to get in line with your
llvm, the last one that actually made it work was that I didn't have !dbg !7 at
the end of my function signature. (obviously I'll need the right id for real).
Closing.
--
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/20200826/ee258158/attachment.html>
More information about the llvm-bugs
mailing list