[PATCH] D16409: DWARF RenderScript vendor extension

Paul Robinson via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 21 16:26:46 PST 2016


probinson added a subscriber: probinson.

================
Comment at: include/llvm/Support/Dwarf.def:323
@@ -322,2 +322,3 @@
 HANDLE_DW_LANG(0x8001, Mips_Assembler)
+HANDLE_DW_LANG(0x8e57, RenderScript)
 HANDLE_DW_LANG(0xb000, BORLAND_Delphi)
----------------
Symbols for vendor extensions ought to have a prefix identifying the vendor.  Among other things, you don't want to conflict with whatever symbol the DWARF committee comes up with for the "standard" value, if we define one.



Repository:
  rL LLVM

http://reviews.llvm.org/D16409





More information about the llvm-commits mailing list