Files
clang-p2996/llvm/test/tools/llvm-ar/help-message.test
Fangrui Song 1ecba6f8ef [llvm-ar] Parse 'h' and '-h': display help and exit
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
2019-09-17 09:25:52 +00:00

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