commit | 59aa4501cc4f0de2e88e5cd82a9b20aaba1852c6 | [log] [tgz] |
---|---|---|
author | Peter Collingbourne <peter@pcc.me.uk> | Wed Mar 28 17:21:14 2018 +0000 |
committer | Peter Collingbourne <peter@pcc.me.uk> | Wed Mar 28 17:21:14 2018 +0000 |
tree | e62b9dce8f12543856bb96a50c5a714c88dead13 | |
parent | 240b840e70213de9e81d85f277b12ac9ecc41d4d [diff] |
[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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@328716 91177308-0d34-0410-b5e6-96231b3b80d8