[PATCH] D70111: [DWARF5]Addition of alignment field in the typedef for dwarf5
Awanish Pandey via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 11 23:24:02 PST 2019
awpandey created this revision.
awpandey added reviewers: aprantl, dblaikie, jini.susan.george, SouraVX, alok.
awpandey added a project: debug-info.
Herald added subscribers: llvm-commits, cfe-commits, ormris, hiraditya.
Herald added projects: clang, LLVM.
This patch, adds support for DW_AT_alignment[DWARF5], to be emitted with typdef. When explicit alignment is specified.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D70111
Files:
clang/lib/CodeGen/CGDebugInfo.cpp
clang/test/CodeGenCXX/debug-info-template-align.cpp
llvm/include/llvm/IR/DIBuilder.h
llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
llvm/lib/IR/DIBuilder.cpp
llvm/test/DebugInfo/X86/debug-info-template-align.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70111.228818.patch
Type: text/x-patch
Size: 7921 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191112/668521f3/attachment.bin>
More information about the llvm-commits
mailing list