[llvm-bugs] [Bug 40064] New: llvm-readelf does not accept combined args as GNU readelf does
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Dec 18 01:42:19 PST 2018
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: unassignedbugs at nondot.org
Reporter: jh7370.2008 at my.bristol.ac.uk
CC: jh7370.2008 at my.bristol.ac.uk, llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20181218/835660f6/attachment.html>
More information about the llvm-bugs
mailing list