[PATCH] D25073: [DebugInfo]: preparation to implement DW_AT_alignment

Victor Leschuk via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 10 13:31:15 PDT 2016


vleschuk updated this revision to Diff 74168.
vleschuk marked an inline comment as done.
vleschuk added a comment.

- Fixed the comment for DILocalVariable in BitcodeWriter to be more self-descriptive.


https://reviews.llvm.org/D25073

Files:
  include/llvm/IR/DIBuilder.h
  include/llvm/IR/DebugInfoMetadata.h
  lib/AsmParser/LLParser.cpp
  lib/Bitcode/Reader/BitcodeReader.cpp
  lib/Bitcode/Writer/BitcodeWriter.cpp
  lib/CodeGen/AsmPrinter/DwarfUnit.cpp
  lib/IR/AsmWriter.cpp
  lib/IR/DIBuilder.cpp
  lib/IR/DebugInfoMetadata.cpp
  lib/IR/LLVMContextImpl.h
  test/Assembler/diglobalvariable.ll
  test/Assembler/dilocalvariable.ll
  test/Bitcode/dilocalvariable-3.9.ll
  test/Bitcode/dilocalvariable-3.9.ll.bc
  test/DebugInfo/AArch64/bitfields.ll
  test/DebugInfo/ARM/big-endian-bitfield.ll
  test/DebugInfo/COFF/bitfields.ll
  test/DebugInfo/X86/bitfields-dwarf4.ll
  test/DebugInfo/X86/bitfields.ll
  test/DebugInfo/X86/debug-info-packed-struct.ll
  unittests/IR/MetadataTest.cpp
  unittests/Transforms/Utils/Cloning.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25073.74168.patch
Type: text/x-patch
Size: 71925 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161010/0f3c9e3c/attachment.bin>


More information about the llvm-commits mailing list