[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
Fri Mar 17 15:28:10 PDT 2017


aprantl updated this revision to Diff 92213.
aprantl marked 6 inline comments as done.
aprantl added a comment.
Herald added subscribers: nhaehnle, qcolombet.

Rebased on trunk and marked outstanding review comments as done.


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/CodeGen/ARM/no-cfi.ll
  test/CodeGen/X86/dwarf-headers.ll
  test/CodeGen/X86/machine-outliner-debuginfo.ll
  test/DebugInfo/AMDGPU/variable-locations-dwarf-v1.ll
  test/DebugInfo/AMDGPU/variable-locations.ll
  test/DebugInfo/ARM/tls.ll
  test/DebugInfo/Generic/accel-table-hash-collisions.ll
  test/DebugInfo/MIR/X86/live-debug-values-spill.mir
  test/DebugInfo/Mips/tls.ll
  test/DebugInfo/PowerPC/tls-fission.ll
  test/DebugInfo/PowerPC/tls.ll
  test/DebugInfo/X86/FrameIndexExprs.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-tu.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/Transforms/ConstantMerge/merge-dbg.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.92213.patch
Type: text/x-patch
Size: 84989 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170317/01b66f07/attachment.bin>


More information about the llvm-commits mailing list