[llvm-bugs] [Bug 41871] New: --source does not work with archive members
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue May 14 07:05:29 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=41871
Bug ID: 41871
Summary: --source does not work with archive members
Product: tools
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: llvm-objdump
Assignee: unassignedbugs at nondot.org
Reporter: jh7370.2008 at my.bristol.ac.uk
CC: llvm-bugs at lists.llvm.org
It is possible for an archive to contain members with debug data in, and it
should be possible to use --source to emit the source information of such
members inline with their disassembly (GNU does). However, this does not work
in llvm-objdump. This is because it tries to symbolize based on the member
name, which in turn tries to find an object on disk with that name, which will
often not exist.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190514/a3e1c83c/attachment.html>
More information about the llvm-bugs
mailing list