[PATCH] D63361: Pretend NRVO variables are references so they can be found by debug info
Amy Huang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 20 10:13:35 PDT 2019
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL363952: Store a pointer to the return value in a static alloca and let the debugger useā¦ (authored by akhuang, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D63361?vs=205712&id=205855#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63361/new/
https://reviews.llvm.org/D63361
Files:
cfe/trunk/lib/CodeGen/CGDebugInfo.cpp
cfe/trunk/lib/CodeGen/CGDebugInfo.h
cfe/trunk/lib/CodeGen/CGDecl.cpp
cfe/trunk/lib/CodeGen/CodeGenFunction.cpp
cfe/trunk/lib/CodeGen/CodeGenFunction.h
cfe/trunk/test/CodeGen/arm64-microsoft-arguments.cpp
cfe/trunk/test/CodeGenCXX/conditional-gnu-ext.cpp
cfe/trunk/test/CodeGenCXX/debug-info-nrvo.cpp
cfe/trunk/test/CodeGenCXX/lambda-expressions.cpp
cfe/trunk/test/CodeGenObjC/objc-non-trivial-struct-nrvo.m
debuginfo-tests/trunk/nrvo-string.cpp
debuginfo-tests/trunk/win_cdb/nrvo.cpp
llvm/trunk/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
llvm/trunk/test/DebugInfo/COFF/nrvo.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63361.205855.patch
Type: text/x-patch
Size: 23862 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190620/187a80a6/attachment.bin>
More information about the llvm-commits
mailing list