You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
347 B
12 lines
347 B
## 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
|