Skip to content

Commit 588980d

Browse files
committedFeb 1, 2016
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
1 parent ccbe383 commit 588980d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎llvm/include/llvm/Support/Dwarf.def

+1
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ HANDLE_DW_LANG(0x0021, C_plus_plus_14)
320320
HANDLE_DW_LANG(0x0022, Fortran03)
321321
HANDLE_DW_LANG(0x0023, Fortran08)
322322
HANDLE_DW_LANG(0x8001, Mips_Assembler)
323+
HANDLE_DW_LANG(0x8e57, GOOGLE_RenderScript)
323324
HANDLE_DW_LANG(0xb000, BORLAND_Delphi)
324325

325326
// DWARF attribute type encodings.

0 commit comments

Comments
 (0)
Please sign in to comment.