[Alignment][NFC] Instructions::getLoadStoreAlignment
[llvm-complete.git] / test / tools / llvm-ar / version.test
blob555e5fdf32447ca9b1ba514545fa8a63e7e51999
1 ## Show that the version for llvm-ar can be printed with either the long flag
2 ## -version or with the V modifier.
4 RUN: llvm-ar V | FileCheck %s
5 RUN: llvm-ar xV | FileCheck %s
6 RUN: llvm-ar -V | FileCheck %s
7 RUN: llvm-ar -xV | FileCheck %s
8 RUN: llvm-ar -version | FileCheck %s
9 RUN: llvm-ar --version | FileCheck %s
11 CHECK: version