[llvm-bugs] [Bug 36641] New: llvm-ar should support multiple dashed arguments
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Mar 7 16:31:15 PST 2018
https://bugs.llvm.org/show_bug.cgi?id=36641
Bug ID: 36641
Summary: llvm-ar should support multiple dashed arguments
Product: tools
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: llvm-ar
Assignee: unassignedbugs at nondot.org
Reporter: peter at pcc.me.uk
CC: llvm-bugs at lists.llvm.org
We don't accept something like:
llvm-ar -c -r -u file.a file.o
while GNU ar does.
https://reviews.llvm.org/D39538 handled this for a single dashed argument, but
I'd be hesitant to add more hacks on top of that to handle multiple arguments.
llvm-ar seems to be unique enough to need custom argument parsing at this
point.
--
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/20180308/7cd83472/attachment-0001.html>
More information about the llvm-bugs
mailing list