[Lldb-commits] [PATCH] D81010: [lldb/DWARF] Fix PC value for artificial tail call frames for the "GNU" case
Vedant Kumar via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jun 3 10:58:31 PDT 2020
vsk accepted this revision.
vsk added a comment.
This revision is now accepted and ready to land.
Lgtm.
================
Comment at: lldb/source/Symbol/Function.cpp:321
llvm::ArrayRef<std::unique_ptr<CallEdge>> Function::GetTailCallingEdges() {
// Call edges are sorted by return PC, and tail calling edges have invalid
// return PCs. Find them at the end of the list.
----------------
Could you please update this comment?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81010/new/
https://reviews.llvm.org/D81010
More information about the lldb-commits
mailing list