blob: cb62565cef9a50d72d846e2ada3464a33f82e9b5 [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)
Kevin Enderby8ae63c12014-09-04 16:54:47 +00009// CHECK: ('sdk, 0)
Jim Grosbach448334a2014-03-18 22:09:05 +000010// CHECK: ),