[PATCH] D16409: DWARF RenderScript vendor extension

Ewan Crawford via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 1 02:43:43 PST 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL259348: DWARF RenderScript vendor extension (authored by EwanCrawford).

Changed prior to commit:
  http://reviews.llvm.org/D16409?vs=45674&id=46519#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D16409

Files:
  llvm/trunk/include/llvm/Support/Dwarf.def

Index: llvm/trunk/include/llvm/Support/Dwarf.def
===================================================================
--- llvm/trunk/include/llvm/Support/Dwarf.def
+++ llvm/trunk/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.46519.patch
Type: text/x-patch
Size: 462 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160201/a55829a8/attachment.bin>


More information about the llvm-commits mailing list