aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/MachO/osx-version-min-load-command.s
blob: cb62565cef9a50d72d846e2ada3464a33f82e9b5 (plain)
1
2
3
4
5
6
7
8
9
10
// RUN: llvm-mc -triple x86_64-apple-darwin %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.
.macosx_version_min 25,3,1
// CHECK:  (('command', 36)
// CHECK:   ('size', 16)
// CHECK:   ('version, 1639169)
// CHECK:   ('sdk, 0)
// CHECK:  ),