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

David Blaikie via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 1 18:37:11 PST 2022


dblaikie updated this revision to Diff 479499.
dblaikie added a comment.

Add llvm testing (but I'm going to rework this a lot, so this is just a snapshot for history)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138597

Files:
  clang/lib/CodeGen/CGDebugInfo.cpp
  clang/test/CodeGen/debug-info-programming-language.c
  clang/test/CodeGenCXX/debug-info-programming-language.cpp
  llvm/include/llvm-c/DebugInfo.h
  llvm/include/llvm/BinaryFormat/Dwarf.def
  llvm/include/llvm/BinaryFormat/Dwarf.h
  llvm/lib/IR/DIBuilder.cpp
  llvm/test/DebugInfo/X86/assumed_size_array.ll
  llvm/test/DebugInfo/X86/dwarf-public-names.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138597.479499.patch
Type: text/x-patch
Size: 10190 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221202/fe3b5804/attachment.bin>


More information about the cfe-commits mailing list