summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-ar/version.test
blob: 555e5fdf32447ca9b1ba514545fa8a63e7e51999 (plain)
1
2
3
4
5
6
7
8
9
10
11
## Show that the version for llvm-ar can be printed with either the long flag
## -version or with the V modifier.

RUN: llvm-ar V | FileCheck %s
RUN: llvm-ar xV | FileCheck %s
RUN: llvm-ar -V | FileCheck %s
RUN: llvm-ar -xV | FileCheck %s
RUN: llvm-ar -version | FileCheck %s
RUN: llvm-ar --version | FileCheck %s

CHECK: version
OpenPOWER on IntegriCloud