<div dir="ltr">This'll need a test case, in any case.<br><br>Adrian/Paul: Pondering this, any thoughts on how conflicts in the vendor extension range of attributes, forms, etc, should be resolved if they ever come up? (each vendor is free to define them as they wish, so it could be that multiple vendors have different definitions of the same code/number & would be ambiguous) I don't see any reason to block this patch if it doesn't have such a conflict, since there are already other vendor extension codes supported here for a variety of vendors - but does make me wonder.<br><br><div class="gmail_quote"><div dir="ltr">On Thu, Apr 27, 2017 at 2:50 AM David Gwynne 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">sun created this tag for identifying functions that dumped their<br>
register arguments onto the stack.<br>
<br>
this is enough for llvm-dwarfdump to recognise and print the attribute.<br>
<br>
hopefully someone will commit it.<br>
<br>
cheers,<br>
dlg<br>
<br>
Index: include/llvm/Support/Dwarf.def<br>
===================================================================<br>
--- include/llvm/Support/Dwarf.def      (revision 301500)<br>
+++ include/llvm/Support/Dwarf.def      (working copy)<br>
@@ -343,6 +343,8 @@<br>
 HANDLE_DW_AT(0x2134, GNU_pubnames, 0, GNU)<br>
 HANDLE_DW_AT(0x2135, GNU_pubtypes, 0, GNU)<br>
 HANDLE_DW_AT(0x2136, GNU_discriminator, 0, GNU)<br>
+// Sun Extension<br>
+HANDLE_DW_AT(0x2224, SUN_amd64_parmdump, 0, GNU)<br>
 // Borland extensions.<br>
 HANDLE_DW_AT(0x3b11, BORLAND_property_read, 0, BORLAND)<br>
 HANDLE_DW_AT(0x3b12, BORLAND_property_write, 0, BORLAND)<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></div>