1 // RUN
: llvm-mc
-triple armv7-apple-ios
%s
-filetype
=obj
-o
- | llvm-readobj
--macho-version-min | FileCheck
%s
3 // Test the formation of the version-min load command in the MachO.
4 // use
a nonsense but well formed version.
5 .ios_version_min 99,8,7
7 // CHECK
: File
: <stdin
>
8 // CHECK
: Format
: Mach-O arm
10 // CHECK
: AddressSize
: 32bit
11 // CHECK
: MinVersion
{
12 // CHECK
: Cmd
: LC_VERSION_MIN_IPHONEOS
14 // CHECK
: Version
: 99.8.7