Jim Grosbach | 448334a | 2014-03-18 22:09:05 +0000 | [diff] [blame] | 1 | // 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 Enderby | 8ae63c1 | 2014-09-04 16:54:47 +0000 | [diff] [blame] | 9 | // CHECK: ('sdk, 0) |
Jim Grosbach | 448334a | 2014-03-18 22:09:05 +0000 | [diff] [blame] | 10 | // CHECK: ), |