[PATCH] D75215: [DebugInfo] Fix for adding "returns cxx udt" option to functions in CodeView.
Amy Huang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 27 13:59:47 PST 2020
akhuang updated this revision to Diff 247104.
akhuang added a comment.
Just change CodeViewDebug to add CxxReturnUdt to all methods that return a record type,
which appears to be consistent with what msvc does and avoids emitting two versions of
the method in the pdb file.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75215/new/
https://reviews.llvm.org/D75215
Files:
llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
llvm/test/DebugInfo/COFF/function-options.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75215.247104.patch
Type: text/x-patch
Size: 38462 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200227/fd698759/attachment.bin>
More information about the llvm-commits
mailing list