[llvm-bugs] [Bug 26730] New: lld: inconsistent joined/separate arg single-letter option support
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Feb 24 13:37:21 PST 2016
https://llvm.org/bugs/show_bug.cgi?id=26730
Bug ID: 26730
Summary: lld: inconsistent joined/separate arg single-letter
option support
Product: lld
Version: unspecified
Hardware: PC
OS: FreeBSD
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: unassignedbugs at nondot.org
Reporter: emaste at freebsd.org
CC: llvm-bugs at lists.llvm.org
Blocks: 23214
Classification: Unclassified
ld.bfd accepts a joined argument (-farg) and with a separate argument (-f arg)
for all single-letter options.
Discovered while linking the FreeBSD base system with lld which passes
-T<scriptpath> to the linker, not -T <scriptpath>, and fails with unknown
argument: -T<scriptpath>.
--
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/20160224/520a15f6/attachment.html>
More information about the llvm-bugs
mailing list