• Home
  • Raw
  • Download

Lines Matching refs:USAGE

1 # RUN: llvm-objcopy -h | FileCheck --check-prefix=OBJCOPY-USAGE %s --match-full-lines
2 # RUN: llvm-objcopy --help | FileCheck --check-prefix=OBJCOPY-USAGE %s --match-full-lines
3 # RUN: not llvm-objcopy 2>&1 | FileCheck --check-prefix=OBJCOPY-USAGE %s --match-full-lines
8 # RUN: llvm-strip -h | FileCheck --check-prefix=STRIP-USAGE %s --match-full-lines
9 # RUN: llvm-strip --help | FileCheck --check-prefix=STRIP-USAGE %s --match-full-lines
10 # RUN: not llvm-strip 2>&1 | FileCheck --check-prefix=STRIP-USAGE %s --match-full-lines
15 # RUN: llvm-install-name-tool -h | FileCheck --check-prefix=INSTALL-NAME-TOOL-USAGE %s --match-full…
16 # RUN: llvm-install-name-tool --help | FileCheck --check-prefix=INSTALL-NAME-TOOL-USAGE %s --match-…
17 # RUN: not llvm-install-name-tool 2>&1 | FileCheck --check-prefix=INSTALL-NAME-TOOL-USAGE %s --matc…
23 # RUN: llvm-bitcode-strip -h | FileCheck --check-prefix=BITCODE-STRIP-USAGE %s --match-full-lines
24 # RUN: llvm-bitcode-strip --help | FileCheck --check-prefix=BITCODE-STRIP-USAGE %s --match-full-lin…
25 # RUN: not llvm-bitcode-strip 2>&1 | FileCheck --check-prefix=BITCODE-STRIP-USAGE %s --match-full-l…
30 # OBJCOPY-USAGE: USAGE: llvm-objcopy [options] input [output]
31 # OBJCOPY-USAGE: Pass @FILE as argument to read options from FILE.
33 # STRIP-USAGE: USAGE: llvm-strip [options] inputs...
34 # STRIP-USAGE: Pass @FILE as argument to read options from FILE.
36 # INSTALL-NAME-TOOL-USAGE: USAGE: llvm-install-name-tool [options] input
37 # INSTALL-NAME-TOOL-USAGE: Pass @FILE as argument to read options from FILE.
39 # BITCODE-STRIP-USAGE: USAGE: llvm-bitcode-strip [options] input
40 # BITCODE-STRIP-USAGE: Pass @FILE as argument to read options from FILE.