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

Victor Leschuk via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 2 18:25:38 PDT 2016


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

- Separated part of code which adds alignment param to DI*Variable family into https://reviews.llvm.org/D25073
- Update ll tests to actual ll format


https://reviews.llvm.org/D24425

Files:
  include/llvm/IR/DIBuilder.h
  include/llvm/Support/Dwarf.h
  lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
  lib/CodeGen/AsmPrinter/DwarfUnit.cpp
  lib/IR/DIBuilder.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
  unittests/Transforms/Utils/Cloning.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24425.73226.patch
Type: text/x-patch
Size: 48641 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161003/ed87c7de/attachment.bin>


More information about the llvm-commits mailing list