Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / tools / yaml2obj / help.test
blob2e82c1278c4340857d7515c64951405520c2b1ad
1 ## Show that help text is printed correctly when requested.
3 # RUN: yaml2obj -h | FileCheck %s --check-prefixes=CHECK,CATEG --implicit-check-not=Options:
4 # RUN: yaml2obj --help | FileCheck %s --check-prefixes=CHECK,CATEG --implicit-check-not=Options:
5 # RUN: yaml2obj --help-list | FileCheck %s --implicit-check-not=Options:
7 # CHECK: OVERVIEW: Create an object file from a YAML description
8 # CHECK: USAGE: yaml2obj{{(.exe)?}} [options] <input file>{{$}}
9 # CHECK: OPTIONS:
10 # CATEG: Generic Options:
11 # CATEG: yaml2obj Options: