[PATCH] D79592: [DebugInfo] support for DW_AT_data_location in llvm

Alok Kumar Sharma via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 13 13:05:21 PDT 2020


alok updated this revision to Diff 263833.
alok added a comment.

Re-based and addressed comments from @aprantl


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

https://reviews.llvm.org/D79592

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/dataLocation.ll
  llvm/test/DebugInfo/dwarfdump-dataLocationExp.ll
  llvm/test/DebugInfo/dwarfdump-dataLocationVar.ll
  llvm/test/Verifier/array_dataLocation.ll
  llvm/unittests/IR/DebugTypeODRUniquingTest.cpp
  llvm/unittests/IR/MetadataTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79592.263833.patch
Type: text/x-patch
Size: 39753 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200513/6f5c4116/attachment.bin>


More information about the llvm-commits mailing list