<p dir="ltr">OK. If you're serious about wanting this though we should get it into the dwarf standard though. </p>
<br><div class="gmail_quote"><div dir="ltr">On Thu, Jan 21, 2016, 8:19 AM Ewan Crawford <<a href="mailto:ewan@codeplay.com">ewan@codeplay.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">EwanCrawford created this revision.<br>
EwanCrawford added reviewers: echristo, dexonsmith.<br>
EwanCrawford added subscribers: llvm-commits, srhines, domipheus.<br>
EwanCrawford set the repository for this revision to rL LLVM.<br>
<br>
Patch adds a DWARF language vendor extension for RenderScript.<br>
We are already using this identifier in LLDB with a hard coded value, so it would be good to get it in LLVM and use the generated enum.<br>
<br>
Repository:<br>
  rL LLVM<br>
<br>
<a href="http://reviews.llvm.org/D16409" rel="noreferrer" target="_blank">http://reviews.llvm.org/D16409</a><br>
<br>
Files:<br>
  include/llvm/Support/Dwarf.def<br>
<br>
Index: include/llvm/Support/Dwarf.def<br>
===================================================================<br>
--- include/llvm/Support/Dwarf.def<br>
+++ include/llvm/Support/Dwarf.def<br>
@@ -320,6 +320,7 @@<br>
 HANDLE_DW_LANG(0x0022, Fortran03)<br>
 HANDLE_DW_LANG(0x0023, Fortran08)<br>
 HANDLE_DW_LANG(0x8001, Mips_Assembler)<br>
+HANDLE_DW_LANG(0x8e57, RenderScript)<br>
 HANDLE_DW_LANG(0xb000, BORLAND_Delphi)<br>
<br>
 // DWARF attribute type encodings.<br>
<br>
<br>
</blockquote></div>