[all-commits] [llvm/llvm-project] 84c4c8: Recommit "[DWARF5][DebugInfo]: Added support for D...
Sourabh Singh Tomar via All-commits
all-commits at lists.llvm.org
Mon Jan 20 01:43:41 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 84c4c87e04a48628259e920780623f427a9fd9b1
https://github.com/llvm/llvm-project/commit/84c4c87e04a48628259e920780623f427a9fd9b1
Author: Awanish Pandey <Awanish.Pandey at amd.com>
Date: 2020-01-20 (Mon, 20 Jan 2020)
Changed paths:
M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
A llvm/test/DebugInfo/X86/debug-info-auto-return.ll
Log Message:
-----------
Recommit "[DWARF5][DebugInfo]: Added support for DebugInfo generation for auto return type for C++ member functions."
Summary:
This was reverted in 328e0f3dcac52171b8cdedeaba22c98e7fbb75ea due to
chromium bot failure. This revision addresses that case.
Original commit message:
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