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

Victor Leschuk via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 10 02:47:22 PDT 2016


vleschuk updated this revision to Diff 74113.
vleschuk added a comment.

- Store information regarding bitcode format in Record[0] field for DILocalVariable (HasAlignment flag)
- Remove "align: " field from bitfield tests


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.74113.patch
Type: text/x-patch
Size: 71973 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161010/ffe5345c/attachment.bin>


More information about the llvm-commits mailing list