[llvm-bugs] [Bug 37006] New: lld should typo-correct flags
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Apr 4 12:43:36 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=37006
Bug ID: 37006
Summary: lld should typo-correct flags
Product: lld
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: All Bugs
Assignee: unassignedbugs at nondot.org
Reporter: nicolasweber at gmx.de
CC: llvm-bugs at lists.llvm.org
clang does this:
$ bin/clang -version
clang-7.0: error: unknown argument '-version', did you mean '--version'?
lld doesn't, but should:
$ bin/lld-link -version
bin/lld-link: warning: ignoring unknown argument: -version
It would be a nice polish feature :-)
--
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/20180404/73596b33/attachment.html>
More information about the llvm-bugs
mailing list