summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-ar/help-message.test
blob: 8de26d525b03617a9ad38c6a565ac2222c23a918 (plain)
1
2
3
4
5
6
7
8
9
10
11
## Show that the help message for llvm-ar can be printed with either the long
## flag -help or with the h modifier.

# RUN: llvm-ar h | FileCheck %s
# RUN: llvm-ar xh | FileCheck %s
# RUN: llvm-ar -h | FileCheck %s
# RUN: llvm-ar -xh | FileCheck %s
# RUN: llvm-ar -help | FileCheck %s
# RUN: llvm-ar --help | FileCheck %s

# CHECK: USAGE: llvm-ar
OpenPOWER on IntegriCloud