brintos

brintos / llvm-project-archived public Read only

0
0
Text · 347 B · 8de26d5 Raw
12 lines · plain
1## Show that the help message for llvm-ar can be printed with either the long2## flag -help or with the h modifier.3 4# RUN: llvm-ar h | FileCheck %s5# RUN: llvm-ar xh | FileCheck %s6# RUN: llvm-ar -h | FileCheck %s7# RUN: llvm-ar -xh | FileCheck %s8# RUN: llvm-ar -help | FileCheck %s9# RUN: llvm-ar --help | FileCheck %s10 11# CHECK: USAGE: llvm-ar12