Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / tools / llvm-ar / help-message.test
blob8de26d525b03617a9ad38c6a565ac2222c23a918
1 ## Show that the help message for llvm-ar can be printed with either the long
2 ## flag -help or with the h modifier.
4 # RUN: llvm-ar h | FileCheck %s
5 # RUN: llvm-ar xh | FileCheck %s
6 # RUN: llvm-ar -h | FileCheck %s
7 # RUN: llvm-ar -xh | FileCheck %s
8 # RUN: llvm-ar -help | FileCheck %s
9 # RUN: llvm-ar --help | FileCheck %s
11 # CHECK: USAGE: llvm-ar