[MIParser] Set RegClassOrRegBank during instruction parsing
[llvm-complete.git] / test / MC / MachO / ARM / tvos-version-min-load-command.s
blob3c9b237d69503596fe854a6b018cbe849910ceef
1 // RUN: llvm-mc -triple armv7-apple-tvos %s -filetype=obj -o - | llvm-readobj --macho-version-min | FileCheck %s
4 // Test the formation of the version-min load command in the MachO.
5 // use a nonsense but well formed version.
6 .tvos_version_min 99,8,7
8 // CHECK: MinVersion {
9 // CHECK-NEXT: Cmd: LC_VERSION_MIN_TVOS
10 // CHECK-NEXT: Size: 16
11 // CHECK-NEXT: Version: 99.8.7
12 // CHECK-NEXT: SDK: n/a
13 // CHECK-NEXT: }