[PATCH] D16409: DWARF RenderScript vendor extension

Eric Christopher via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 22 11:58:53 PST 2016


Search fail then as I must have missed the mail. Did you put a proposal in
on dwarfstd.org? Either way, following up would be great.

-eric

On Fri, Jan 22, 2016, 2:48 AM Ewan Crawford <ewan at codeplay.com> wrote:

> 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 --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160122/6f206f8e/attachment.html>


More information about the llvm-commits mailing list