Adds the next bit of support for llvm-objdump’s -private-headers for executable Mach...
[oota-llvm.git] / test / MC / MachO / osx-version-min-load-command.s
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)
9 // CHECK:   ('sdk, 0)
10 // CHECK:  ),