mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-21 11:38:35 +00:00
2c4507e850
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204198 91177308-0d34-0410-b5e6-96231b3b80d8
11 lines
352 B
ArmAsm
11 lines
352 B
ArmAsm
// RUN: llvm-mc -triple armv7-apple-ios %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.
|
|
.ios_version_min 99,8,7
|
|
// CHECK: (('command', 37)
|
|
// CHECK: ('size', 16)
|
|
// CHECK: ('version, 6490119)
|
|
// CHECK: ('reserved, 0)
|
|
// CHECK: ),
|