<br><br><div class="gmail_quote"><div dir="ltr">On Mon., 21 Aug. 2017, 3:50 pm Adrian Prantl via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
> On Aug 21, 2017, at 3:17 PM, Zachary Turner <<a href="mailto:zturner@google.com" target="_blank">zturner@google.com</a>> wrote:<br>
><br>
> Hi all,<br>
><br>
> In an effort to improve compatibility on the CodeView debug info side, we need to output a few new record types on the backend that don't seem to have the necessary info tracked by the debug info metadata.  Specifically:<br>
><br>
> 1) For each compile unit, we need to emit a record containing the output file name (e.g. foo.obj)<br>
<br>
It would probably be best to add this as new field to DICompileUnit.<br></blockquote></div><div><br></div><div>Like the name of the dwo file, the name of the object isn't known at ir generation time - for example in LTO situations. So this probably should be passed down the same way the dwo name is - an MC option (I think that's what I used) or backend option.</div><div><br></div><div>(Though I do have some questions about the need for this cv debug info - as I mentioned on the associated llvm bug - though I don't recall the PR number)</div><div><br></div><div>That's my guess.</div><div><br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
> 2) For each compile unit, we need to emit a record containing the full command line of the compiler invocation.<br>
<br>
When enabled, the clang codegen option CGOpts::DwarfDebugFlags already adds the command line to the DICompileUnit.<br></blockquote></div><div><br></div><div>Agreed.</div><div><br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
><br>
> AFAICT, none of this information is in the debug info metadata.  I've done a bunch of work on the backend of emitting debug info, but not so much on the front end.  Where would be a good place to get started for looking into this?<br>
<br>
For (1) I would start by looking at the most recent patches that added new fields to DICompileUnit, such as the DebugInfoForProfiling flag.<br>
<br>
-- adrian<br>
<br>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
</blockquote></div>