[PATCH] D47811: [PATCH] [DWARF] Kotlin language
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 6 07:44:35 PDT 2018
aprantl added a comment.
Please be warned that until the constant made it into an actual DWARF specification the numerical value could still change so you probably should be careful about shipping software depending on this value to end-users.
================
Comment at: include/llvm/BinaryFormat/Dwarf.def:665
HANDLE_DW_LANG(0x0025, BLISS, 5, DWARF)
+HANDLE_DW_LANG(0x0026, Kotlin, 5, DWARF)
// Vendor extensions:
----------------
I think this should be "6", not "5"?
Repository:
rL LLVM
https://reviews.llvm.org/D47811
More information about the llvm-commits
mailing list