From: Ewan Crawford Date: Mon, 1 Feb 2016 10:39:24 +0000 (+0000) Subject: DWARF RenderScript vendor extension X-Git-Tag: llvmorg-3.9.0-rc1~15492 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=588980d69e400fb4a455dbc16956ac2b5569e111;p=platform%2Fupstream%2Fllvm.git DWARF RenderScript vendor extension Patch adds a DWARF language vendor extension for RenderScript. We are already using this identifier in LLDB with a hard coded value, so it's preferable to use a LLVM generated enum instead. The language is intended to be added to the next version of the standard. See http://www.dwarfstd.org/ShowIssue.php?issue=150331.1 Reviewers: dexonsmith, echristo Subscribers: probinson domipheus, srhines, llvm-commits Differential Revision: http://reviews.llvm.org/D16409 llvm-svn: 259348 --- diff --git a/llvm/include/llvm/Support/Dwarf.def b/llvm/include/llvm/Support/Dwarf.def index b15070b..d1f3079 100644 --- a/llvm/include/llvm/Support/Dwarf.def +++ b/llvm/include/llvm/Support/Dwarf.def @@ -320,6 +320,7 @@ HANDLE_DW_LANG(0x0021, C_plus_plus_14) 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.