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

Sourabh Singh Tomar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 20 07:25:01 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG2d10258a31a6: [DebugInfo] Support for DW_AT_associated and DW_AT_allocated. (authored by alok, committed by SouraVX).

Repository:
  rG LLVM Github Monorepo

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.279238.patch
Type: text/x-patch
Size: 45950 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200720/f0bcc438/attachment-0001.bin>


More information about the llvm-commits mailing list