https://bugs.llvm.org/show_bug.cgi?id=42943
Bug ID: 42943
Summary: CommandLine error prints too many spaces
Product: libraries
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: Support Libraries
Assignee: unassignedb...@nondot.org
Reporter: jh7370.2...@my.bristol.ac.uk
CC: llvm-bugs@lists.llvm.org
Here's an example invalid enum specified to the llvm-strings tool:
c:\llvm\build\debug\bin\llvm-strings.exe --radix z -
The error printed is:
llvm-strings.exe: for the --radix option: Cannot find option named 'z'!
Note the triple space before the option name. There should be only one.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs