llvm-project/llvm/test/tools/llvm-ar
Peter Collingbourne d579c31d68 [llvm-ar] Support multiple dashed options
This allows syntax like:
$ llvm-ar -c -r -u file.a file.o

This is in addition to the other formats that are already supported:
$ llvm-ar cru file.a file.o
$ llvm-ar -cru file.a file.o

Patch by Tom Anderson!

Differential Revision: https://reviews.llvm.org/D44452

llvm-svn: 328716
2018-03-28 17:21:14 +00:00
..
Inputs
absolute-paths.test
default-add.test [llvm-ar] Support multiple dashed options 2018-03-28 17:21:14 +00:00
default-coff.test
default-elf.test
default-macho.test
empty-uid-gid.test
invalid-command-line.test Don't call exit from cl::PrintHelpMessage. 2017-09-07 23:30:48 +00:00
mri-delete.test Implementation of MRI "delete" command. 2018-03-02 23:23:48 +00:00
override.test
regex-cmd.test On Windows expansion of regex file name patterns is the responsibility of each 2018-03-05 18:54:56 +00:00