Support `llvm-ar h` and `llvm-ar -h` because they may be what users try at first. Note, operation 'h' is undocumented in GNU ar. Reviewed By: jhenderson Differential Revision: https://reviews.llvm.org/D67560 llvm-svn: 372088
7 lines
163 B
Plaintext
7 lines
163 B
Plaintext
# RUN: llvm-ar h | FileCheck %s
|
|
# RUN: llvm-ar -h | FileCheck %s
|
|
# RUN: llvm-ar -help | FileCheck %s
|
|
# RUN: llvm-ar --help | FileCheck %s
|
|
|
|
# CHECK: USAGE: llvm-ar
|