[PATCH] D16409: DWARF RenderScript vendor extension
Ewan Crawford via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 21 08:19:04 PST 2016
EwanCrawford created this revision.
EwanCrawford added reviewers: echristo, dexonsmith.
EwanCrawford added subscribers: llvm-commits, srhines, domipheus.
EwanCrawford set the repository for this revision to rL LLVM.
Patch adds a DWARF language vendor extension for RenderScript.
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.
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, RenderScript)
HANDLE_DW_LANG(0xb000, BORLAND_Delphi)
// DWARF attribute type encodings.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16409.45534.patch
Type: text/x-patch
Size: 422 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160121/9f9ab0db/attachment.bin>
More information about the llvm-commits
mailing list