[all-commits] [llvm/llvm-project] f1e398: Recommit "[DWARF5]Addition of alignment atrribute ...
    Sourabh Singh Tomar via All-commits 
    all-commits at lists.llvm.org
       
    Mon Dec  2 20:27:09 PST 2019
    
    
  
  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f1e3988aa6016188c376b9bcca1afc7559f9fbc0
      https://github.com/llvm/llvm-project/commit/f1e3988aa6016188c376b9bcca1afc7559f9fbc0
  Author: Sourabh Singh Tomar <SourabhSingh.Tomar at amd.com>
  Date:   2019-12-03 (Tue, 03 Dec 2019)
  Changed paths:
    M clang/lib/CodeGen/CGDebugInfo.cpp
    A clang/test/CodeGenCXX/debug-info-template-align.cpp
    M llvm/bindings/go/llvm/dibuilder.go
    M llvm/docs/ReleaseNotes.rst
    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:
  -----------
  Recommit "[DWARF5]Addition of alignment atrribute in typedef DIE."
This revision is revised to update Go-bindings and Release Notes.
The original commit message follows.
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