[PATCH] D16409: DWARF RenderScript vendor extension

Ewan Crawford via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 22 02:48:38 PST 2016


EwanCrawford updated this revision to Diff 45674.
EwanCrawford added a comment.

Thanks for taking a look.

We applied for the RenderScript DW_LANG constant to be added to the DWARF standard back in March.

The feedback was that since we'd missed the version 5 submission deadline to use a vendor extension
until it could be added to a following version of the standard.

Since that was a while ago however we'll chase that up.


Repository:
  rL LLVM

http://reviews.llvm.org/D16409

Files:
  include/llvm/Support/Dwarf.def

Index: include/llvm/Support/Dwarf.def
===================================================================
--- include/llvm/Support/Dwarf.def
+++ include/llvm/Support/Dwarf.def
@@ -320,6 +320,7 @@
 HANDLE_DW_LANG(0x0022, Fortran03)
 HANDLE_DW_LANG(0x0023, Fortran08)
 HANDLE_DW_LANG(0x8001, Mips_Assembler)
+HANDLE_DW_LANG(0x8e57, GOOGLE_RenderScript)
 HANDLE_DW_LANG(0xb000, BORLAND_Delphi)
 
 // DWARF attribute type encodings.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16409.45674.patch
Type: text/x-patch
Size: 429 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160122/ef64713c/attachment-0001.bin>


More information about the llvm-commits mailing list