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: [email protected]
          Reporter: [email protected]
                CC: [email protected]

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.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to