[llvm-bugs] [Bug 40159] New: llvm-readobj --needed-libs is not consistent across binary types

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Dec 26 01:09:54 PST 2018


https://bugs.llvm.org/show_bug.cgi?id=40159

            Bug ID: 40159
           Summary: llvm-readobj --needed-libs is not consistent across
                    binary types
           Product: new-bugs
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: mh+llvm at glandium.org
                CC: htmldeveloper at gmail.com, llvm-bugs at lists.llvm.org

For COFF, llvm-readobj --needed-libs does not list delay-loaded libraries.
For Mach-O, llvm-readobj --needed-libs lists lazy-loaded and weakly-loaded
libraries.

The default behavior should be consistent across binary types, and it should be
possible to decide whether to show them or not (especially for Mach-O, where
there is no alternative way to see this data from llvm-readobj afaict, although
there is with llvm-objdump).

-- 
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/20181226/210e574a/attachment.html>


More information about the llvm-bugs mailing list