• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1## Show that the help message for llvm-ar can be printed with either the long
2## flag -help or with the h modifier.
3
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
10
11# CHECK: USAGE: llvm-ar
12