[PATCH] D138597: DebugInfo: Add/support new DW_LANG codes for recent C and C++ versions

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 28 11:02:39 PST 2022


probinson added a comment.

Hmmm I might be inclined to emit 17 and 20 only under not-strict-DWARF for v5, although it makes the logic more complicated.  The codes have been allocated but AFAICT the website doesn't have the new codes listed (I looked at http://wiki.dwarfstd.org/index.php/DWARF_Language_Support which doesn't even have all the v5 codes yet).  @aprantl do you have an opinion on this?  I tend to lean to the pedantic side on this kind of thing, but I'm persuadable.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D138597/new/

https://reviews.llvm.org/D138597



More information about the llvm-commits mailing list