[PATCH] D83544: [DebugInfo] Support for DW_AT_associated and DW_AT_allocated.

Alok Kumar Sharma via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 15 11:16:55 PDT 2020


alok updated this revision to Diff 278254.
alok marked an inline comment as done.
alok edited the summary of this revision.
alok added a comment.

Incorporated comments from @aprantl .


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

https://reviews.llvm.org/D83544

Files:
  llvm/docs/LangRef.rst
  llvm/include/llvm/IR/DebugInfoMetadata.h
  llvm/lib/AsmParser/LLParser.cpp
  llvm/lib/Bitcode/Reader/MetadataLoader.cpp
  llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
  llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
  llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
  llvm/lib/IR/AsmWriter.cpp
  llvm/lib/IR/DebugInfoMetadata.cpp
  llvm/lib/IR/LLVMContextImpl.h
  llvm/lib/IR/Verifier.cpp
  llvm/test/Bitcode/allocated.ll
  llvm/test/Bitcode/associated.ll
  llvm/test/DebugInfo/X86/dwarfdump-allocatedExp.ll
  llvm/test/DebugInfo/X86/dwarfdump-allocatedVar.ll
  llvm/test/DebugInfo/X86/dwarfdump-associatedExp.ll
  llvm/test/DebugInfo/X86/dwarfdump-associatedVar.ll
  llvm/test/Verifier/array_allocated.ll
  llvm/test/Verifier/array_associated.ll
  llvm/unittests/IR/DebugTypeODRUniquingTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83544.278254.patch
Type: text/x-patch
Size: 45950 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200715/60854fb2/attachment-0001.bin>


More information about the llvm-commits mailing list