[PATCH] D159226: Emit line numbers in CodeView for trailing (after `ret`) blocks from inlined functions
Daniel Paoliello via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 1 15:23:04 PDT 2023
dpaoliello updated this revision to Diff 555516.
dpaoliello edited the summary of this revision.
dpaoliello added a comment.
PR feedback: now looking for lines for both current func and inlinees in `getFunctionLineEntries` instead of adding to both in `addLineEntry`. Switched to `.s` test.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159226/new/
https://reviews.llvm.org/D159226
Files:
lld/test/COFF/symbolizer-line-numbers.s
llvm/include/llvm/MC/MCCodeView.h
llvm/lib/MC/MCCodeView.cpp
llvm/test/DebugInfo/COFF/trailing-inlined-function.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D159226.555516.patch
Type: text/x-patch
Size: 23073 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230901/ae443ed1/attachment.bin>
More information about the llvm-commits
mailing list