Mercurial > hg > CbC > CbC_llvm
annotate test/MC/MachO/ARM/watchos-version-min-load-command.s @ 100:7d135dc70f03 LLVM 3.9
LLVM 3.9
author | Miyagi Mitsuki <e135756@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 26 Jan 2016 22:53:40 +0900 |
parents | |
children |
rev | line source |
---|---|
100 | 1 // RUN: llvm-mc -triple armv7k-apple-watchos %s -filetype=obj -o - | llvm-readobj --macho-version-min | FileCheck %s |
2 | |
3 | |
4 // Test the formation of the version-min load command in the MachO. | |
5 // use a nonsense but well formed version. | |
6 .watchos_version_min 99,8,7 | |
7 | |
8 // CHECK: MinVersion { | |
9 // CHECK-NEXT: Cmd: LC_VERSION_MIN_WATCHOS | |
10 // CHECK-NEXT: Size: 16 | |
11 // CHECK-NEXT: Version: 99.8.7 | |
12 // CHECK-NEXT: SDK: n/a | |
13 // CHECK-NEXT: } |