[PATCH] D16409: DWARF RenderScript vendor extension

Eric Christopher via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 21 10:19:10 PST 2016


OK. If you're serious about wanting this though we should get it into the
dwarf standard though.

On Thu, Jan 21, 2016, 8:19 AM Ewan Crawford <ewan at codeplay.com> wrote:

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


More information about the llvm-commits mailing list