<div class="gmail_quote">On Wed, Feb 23, 2011 at 1:32 PM, Peter Housel <span dir="ltr"><<a href="mailto:housel@acm.org">housel@acm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Is there any good reason for using DW_FORM_data1 for the DW_AT_language<br>
attribute of DW_TAG_compile_unit? This prevents using language codes in<br>
the DW_LANG_lo_user=0x8000 to DW_LANG_hi_user=0xffff range.<br>
<br>
I think the obvious change to use DW_FORM_data2 in line 1897 of<br>
lib/CodeGen/AsmPrinter/DwarfDebug.cpp should fix it. Or, if there are<br>
binary compatibility issues, the abbrev form could be chosen<br>
conditionally. Are there?<br></blockquote><div><br></div><div>this bit be when I tried to use a language ID in the user range</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<br>
Thanks<br>
-Peter S. Housel-  <a href="mailto:housel@acm.org">housel@acm.org</a><br>
<br>
<br>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
</blockquote></div><br>