bolt/deps/llvm-18.1.8/llvm/test/tools/llvm-ar/help-message.test
2025-02-14 19:21:04 +01:00

11 lines
347 B
Text

## 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