summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2020-12-01 19:00:48 -0500
committerNico Weber <thakis@chromium.org>2020-12-01 23:00:25 -0500
commitb2f00f24a3c4983a977ff3d975962e7f9dfb887e (patch)
tree7292207805e8941ac7bc56642c965f14f75e88ef /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent0cca3286812c071b167d811c51eb30ee24dba1cd (diff)
[mac/lld] Include archive name in diagnostics
Also, for .o files, include full path as given on link command line. Before: lld: error: undefined symbol [...], referenced from sandbox_logging.o After: lld: error: undefined symbol [...], referenced from libseatbelt.a(sandbox_logging.o) Move archiveName up to InputFile so we can consistently use toString() to print InputFiles in diags, and pass it to the ObjFile ctor. This matches the ELF and COFF ports. Differential Revision: https://reviews.llvm.org/D92437
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions