summaryrefslogtreecommitdiff
path: root/test/MC/MachO/ARM/ios-version-min-load-command.s
blob: e065d147be76a4a84b3976c5d8b72457136eb8a5 (plain)
1
2
3
4
5
6
7
8
9
10
// RUN: llvm-mc -triple armv7-apple-ios %s -filetype=obj -o - | macho-dump | FileCheck %s

// Test the formation of the version-min load command in the MachO.
// use a nonsense but well formed version.
.ios_version_min 99,8,7
// CHECK:  (('command', 37)
// CHECK:   ('size', 16)
// CHECK:   ('version, 6490119)
// CHECK:   ('reserved, 0)
// CHECK:  ),