[AMDGPU][True16][CodeGen] true16 codegen pattern for v_med3_u/i16 (#121850)
[llvm-project.git] / llvm / test / tools / llvm-strings / help.test
blob5ca6167fa2927134ec72d89f96d055a745ce54e5
1 ## Show that help text is printed correctly when requested.
3 RUN: llvm-strings -h | FileCheck %s
4 RUN: llvm-strings --help | FileCheck %s
6 CHECK: OVERVIEW: llvm string dumper
7 CHECK: USAGE: {{.*}}llvm-strings{{(.exe)?}} [options] <input object files>{{$}}
8 CHECK: OPTIONS:
9 CHECK:   --all
10 CHECK:   -a
11 CHECK: Pass @FILE as argument to read options from FILE.