[InstCombine] Signed saturation patterns
[llvm-core.git] / test / tools / llvm-strings / help.test
blobd5d4ca80a4f44391d3a81e1327f658a9cffb01c5
1 ## Show that help text is printed correctly when requested.
3 RUN: llvm-strings -h | FileCheck %s --check-prefixes=CHECK,CATEG
4 RUN: llvm-strings --help | FileCheck %s --check-prefixes=CHECK,CATEG
5 RUN: llvm-strings --help-list \
6 RUN:   | FileCheck %s --check-prefixes=CHECK,LIST
8 CHECK: OVERVIEW: llvm string dumper
9 CHECK: USAGE: llvm-strings{{(.exe)?}} [options] <input object files>{{$}}
10 CHECK: OPTIONS:
11 CATEG:    General options:
12 LIST-NOT: General options:
13 CATEG:    Generic Options:
14 LIST-NOT: Generic Options:
15 CHECK: @FILE