12 lines
354 B
Text
12 lines
354 B
Text
|
## Show that help text is printed correctly when requested.
|
||
|
|
||
|
RUN: llvm-strings -h | FileCheck %s
|
||
|
RUN: llvm-strings --help | FileCheck %s
|
||
|
|
||
|
CHECK: OVERVIEW: llvm string dumper
|
||
|
CHECK: USAGE: {{.*}}llvm-strings{{(.exe)?}} [options] <input object files>{{$}}
|
||
|
CHECK: OPTIONS:
|
||
|
CHECK: --all
|
||
|
CHECK: -a
|
||
|
CHECK: Pass @FILE as argument to read options from FILE.
|