[all-commits] [llvm/llvm-project] 423f54: [DWARF5]Addition of alignment atrribute in typedef...

Sourabh Singh Tomar via All-commits all-commits at lists.llvm.org
Sat Nov 16 08:32:41 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 423f541c1a322963cf482683fe9777ef0692082d
      https://github.com/llvm/llvm-project/commit/423f541c1a322963cf482683fe9777ef0692082d
  Author: Sourabh Singh Tomar <SourabhSingh.Tomar at amd.com>
  Date:   2019-11-16 (Sat, 16 Nov 2019)

  Changed paths:
    M clang/lib/CodeGen/CGDebugInfo.cpp
    A clang/test/CodeGenCXX/debug-info-template-align.cpp
    M llvm/include/llvm-c/DebugInfo.h
    M llvm/include/llvm/IR/DIBuilder.h
    M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
    M llvm/lib/IR/DIBuilder.cpp
    M llvm/lib/IR/DebugInfo.cpp
    A llvm/test/DebugInfo/X86/debug-info-template-align.ll
    M llvm/tools/llvm-c-test/debuginfo.c

  Log Message:
  -----------
  [DWARF5]Addition of alignment atrribute in typedef DIE.

This patch, adds support for DW_AT_alignment[DWARF5] attribute, to be emitted with typdef DIE.
When explicit alignment is specified.

Patch by Awanish Pandey <Awanish.Pandey at amd.com>

Reviewers: aprantl, dblaikie, jini.susan.george, SouraVX, alok,
deadalinx

Differential Revision: https://reviews.llvm.org/D70111




More information about the All-commits mailing list