<div dir="ltr">GCC produces the full command line in its producer string, Clang doesn't. This may've come up in previous discussions/review threads, but I'm not entirely sure.<br><br>There's this: <a href="https://reviews.llvm.org/D30760">https://reviews.llvm.org/D30760</a> - -grecord-gcc-switches. So there's already a "flags" field in DICompileUnit you can use, and maybe just add your condition ("if codeview") to the code in clang that conditionally populates that field.<br><br><div class="gmail_quote"><div dir="ltr">On Thu, Feb 8, 2018 at 4:00 PM Zachary Turner via cfe-dev <<a href="mailto:cfe-dev@lists.llvm.org">cfe-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"><div dir="ltr">For CodeView compatibility purposes, we need to be able to emit the full command line of the clang driver into the debug info (cc1 command line is fine, at least for CV purposes).<div><br></div><div>rnk@ tells me that he vaguely recalls some people needing this before, but he can't recall if there's been an actual effort to submit patches to this effect that got blocked on something, or if people are maintaining similar patches downstream, or none of the above / something else.</div><div><br></div><div>Has anyone attempted something like this before?</div></div>
_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@lists.llvm.org" target="_blank">cfe-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev</a><br>
</blockquote></div></div>