[PATCH] D24425: DebugInfo: support for DWARFv5 DW_AT_alignment attribute

Victor Leschuk via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 14 07:44:00 PDT 2016


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

- Use DIAlignment type instead of uint64_t for alignment in DebugInfo


https://reviews.llvm.org/D24425

Files:
  docs/SourceLevelDebugging.rst
  include/llvm/IR/DebugInfoMetadata.h
  include/llvm/Support/Dwarf.h
  lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
  lib/CodeGen/AsmPrinter/DwarfUnit.cpp
  lib/Support/Dwarf.cpp
  test/DebugInfo/X86/align_c11.ll
  test/DebugInfo/X86/align_cpp11.ll
  test/DebugInfo/X86/align_objc.ll
  test/DebugInfo/X86/dwarf-public-names.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24425.74689.patch
Type: text/x-patch
Size: 25666 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161014/62238ad8/attachment.bin>


More information about the llvm-commits mailing list