[all-commits] [llvm/llvm-project] c95863: [DWARF5][DebugInfo]: Added support for DebugInfo g...

Sourabh Singh Tomar via All-commits all-commits at lists.llvm.org
Sun Jan 12 23:05:14 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c958639098a8702b831952b1a1a677ae19190a55
      https://github.com/llvm/llvm-project/commit/c958639098a8702b831952b1a1a677ae19190a55
  Author: Awanish Pandey <Awanish.Pandey at amd.com>
  Date:   2020-01-13 (Mon, 13 Jan 2020)

  Changed paths:
    M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
    A llvm/test/DebugInfo/X86/debug-info-auto-return.ll

  Log Message:
  -----------
  [DWARF5][DebugInfo]: Added support for DebugInfo generation for auto return type for C++ member functions.

Summary:
This patch will provide support for auto return type for the C++ member
functions. Before this return type of the member function is deduced and
stored in the DIE.
This patch includes llvm side implementation of this feature.

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

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

Reviewed by: dblaikie

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




More information about the All-commits mailing list