<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Dec 8, 2015 at 9:04 AM, Amjad Aboud via llvm-commits <span dir="ltr"><<a href="mailto:llvm-commits@lists.llvm.org" target="_blank">llvm-commits@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">aaboud added a comment.<br>
<span class=""><br>
In <a href="http://reviews.llvm.org/D14687#304938" rel="noreferrer" target="_blank">http://reviews.llvm.org/D14687#304938</a>, @aprantl wrote:<br>
<br>
> The only concern I've got with this is whether we shouldn't future-proof this by using the DWARF5-style DW_MACRO_.* constants internally, since the old ones aren't even defined in the DWARF5 standard document any more and thus might be harder to find documentation for.<br>
><br>
> Context: In DWARF5 ( <a href="http://dwarfstd.org/ShowIssue.php?issue=110722.1" rel="noreferrer" target="_blank">http://dwarfstd.org/ShowIssue.php?issue=110722.1</a> ) the DW_MACINFO_.* constants will be renamed to DW_MACRO_*. This will be fun to implement in dwarfdump because the same numeric value has different names depending on the DWARF version.<br>
<br>
<br>
</span>Thanks Adrian for the comment.<br>
I understand your concern, but I think it is not related to this patch of macro support in LLVM IR.<br></blockquote><div><br></div><div>It is in the sense that the LLVM IR support uses the DWARF macro names (indeed this patch introduces those DWARF enums into llvm/Support/Dwarf.h, etc). So the question is whether we should use the DW_MACINFO names instead.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I intentionally, split code into several parts, so the concern can be raised only on the problematic ones.<br>
<br>
Do you think that this patch might not fit DWARF5?<br>
<span class="im HOEnZb"><br>
<br>
Repository:<br>
  rL LLVM<br>
<br>
<a href="http://reviews.llvm.org/D14687" rel="noreferrer" target="_blank">http://reviews.llvm.org/D14687</a><br>
<br>
<br>
<br>
</span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@lists.llvm.org">llvm-commits@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits</a><br>
</div></div></blockquote></div><br></div></div>