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

            Bug ID: 40064
           Summary: llvm-readelf does not accept combined args as GNU
                    readelf does
           Product: tools
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: llvm-readobj
          Assignee: unassignedb...@nondot.org
          Reporter: jh7370.2...@my.bristol.ac.uk
                CC: jh7370.2...@my.bristol.ac.uk, llvm-bugs@lists.llvm.org

Similar to bug 31679 for llvm-objdump, llvm-readelf does not accept multiple
short switches combined into a single argument:

> llvm-readelf -hS .\Inputs\main.o

llvm-readelf.exe: Unknown command line argument '-hS'.  Try: 'llvm-readelf.exe
-help'
llvm-readelf.exe: Did you mean '-S'?

GNU readelf does understand this sort of combination. The solution to bug 31679
is likely the same solution required for this bug.

-- 
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