blob: 2a73609dc0126ed889bbeb5316d5adfd8ecb350d [file] [log] [blame]
Jim Grosbach448334a2014-03-18 22:09:05 +00001// RUN: llvm-mc -triple x86_64-apple-darwin %s -filetype=obj -o - | macho-dump | FileCheck %s
2
3// Test the formation of the version-min load command in the MachO.
4// use a nonsense but well formed version.
5.macosx_version_min 25,3,1
6// CHECK: (('command', 36)
7// CHECK: ('size', 16)
8// CHECK: ('version, 1639169)
9// CHECK: ('reserved, 0)
10// CHECK: ),