[PATCH] D28005: Add a unit field to DIGlobalVariable, mirroring the design of DISubprogram.

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 3 13:37:54 PST 2017


aprantl updated this revision to Diff 82942.
aprantl added a comment.

Rebased patch on trunk and fixed the remaining test cases. This is now good to review :-)


https://reviews.llvm.org/D28005

Files:
  docs/SourceLevelDebugging.rst
  include/llvm/IR/DIBuilder.h
  include/llvm/IR/DebugInfoMetadata.h
  lib/AsmParser/LLParser.cpp
  lib/Bitcode/Reader/MetadataLoader.cpp
  lib/Bitcode/Writer/BitcodeWriter.cpp
  lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  lib/IR/AsmWriter.cpp
  lib/IR/DIBuilder.cpp
  lib/IR/DebugInfoMetadata.cpp
  lib/IR/LLVMContextImpl.h
  lib/IR/Verifier.cpp
  test/Bitcode/DIGlobalVariable-unit.ll
  test/Bitcode/DIGlobalVariable-unit.ll.bc
  test/Bitcode/diglobalvariable-3.8.ll
  test/CodeGen/ARM/2011-01-19-MergedGlobalDbg.ll
  test/CodeGen/ARM/2011-08-02-MergedGlobalDbg.ll
  test/DebugInfo/ARM/tls.ll
  test/DebugInfo/Generic/accel-table-hash-collisions.ll
  test/DebugInfo/PowerPC/tls-fission.ll
  test/DebugInfo/PowerPC/tls.ll
  test/DebugInfo/X86/arange-and-stub.ll
  test/DebugInfo/X86/arange.ll
  test/DebugInfo/X86/debug-info-static-member.ll
  test/DebugInfo/X86/dwarf-aranges-no-dwarf-labels.ll
  test/DebugInfo/X86/dwarf-aranges.ll
  test/DebugInfo/X86/dwarf-public-names.ll
  test/DebugInfo/X86/fission-cu.ll
  test/DebugInfo/X86/gnu-public-names.ll
  test/DebugInfo/X86/multiple-aranges.ll
  test/DebugInfo/X86/split-global.ll
  test/DebugInfo/X86/stack-value-dwarf4.ll
  test/DebugInfo/X86/static_member_array.ll
  test/DebugInfo/X86/stringpool.ll
  test/DebugInfo/X86/tls.ll
  test/Linker/debug-info-global-var.ll
  test/Verifier/DIGlobalVariable-no-unit.ll
  test/tools/llvm-objdump/Hexagon/source-interleave-hexagon.ll
  test/tools/llvm-objdump/X86/source-interleave-x86_64.ll
  unittests/IR/MetadataTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28005.82942.patch
Type: text/x-patch
Size: 75239 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170103/a36dc588/attachment-0001.bin>


More information about the llvm-commits mailing list