[Lldb-commits] [PATCH] D72489: [DWARF] Emit DW_AT_call_return_pc as an address
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jan 10 08:58:02 PST 2020
aprantl added inline comments.
================
Comment at: lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/cross_dso/Makefile:10
+
+lib_One: lib_Two
+
----------------
It seems like one of the lib_Two dependencies is redundant? Presumably the one in a.out?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72489/new/
https://reviews.llvm.org/D72489
More information about the lldb-commits
mailing list