[llvm-bugs] [Bug 31679] New: llvm-objdump does not accept combined args as GNU objdump does

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Jan 18 11:12:54 PST 2017


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

            Bug ID: 31679
           Summary: llvm-objdump does not accept combined args as GNU
                    objdump does
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: emaste at freebsd.org
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

I am investigating using LLVM objdump in place of GNU objdump. One issue I
encountered is that the latter allows multiple single-letter options to be
specified together (e.g. objdump -rS) while LLVM objdump does not.

% .../llvm-objdump -rS ./twalk.pico
llvm-objdump: Unknown command line argument '-rS'.  Try: '.../llvm-objdump
-help'
llvm-objdump: Did you mean '-S'?

-- 
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/20170118/e1cb7172/attachment.html>


More information about the llvm-bugs mailing list