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: unassignedb...@nondot.org
          Reporter: mh+l...@glandium.org
                CC: htmldevelo...@gmail.com, llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to