blob: 8dcea292368430f90e6913ed3eef9c35c50443d7 [file] [edit]
# RUN: llvm-objcopy --version | FileCheck --check-prefix=OBJCOPY %s
# RUN: llvm-objcopy -V | FileCheck --check-prefix=OBJCOPY %s
# RUN: llvm-strip --version | FileCheck --check-prefix=STRIP %s
# RUN: llvm-strip -V | FileCheck --check-prefix=STRIP %s
# RUN: llvm-install-name-tool --version | FileCheck %s
# RUN: llvm-install-name-tool -V | FileCheck %s
# RUN: llvm-bitcode-strip --version | FileCheck %s
# RUN: llvm-bitcode-strip -V | FileCheck %s
# RUN: llvm-extract-bundle-entry --version | FileCheck %s
# RUN: llvm-extract-bundle-entry -V | FileCheck %s
# OBJCOPY-DAG: {{ version }}
# OBJCOPY-DAG: GNU objcopy
# STRIP-DAG: {{ version }}
# STRIP-DAG: GNU strip
# CHECK: {{ version }}