aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/tools/llvm-objcopy/tool-version.test
blob: e2fb551ad79514cb1a4e9fda9adbeb433679ae17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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

# OBJCOPY-DAG: {{ version }}
# OBJCOPY-DAG: GNU objcopy

# STRIP-DAG: {{ version }}
# STRIP-DAG: GNU strip

# CHECK: {{ version }}