mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-22 13:29:44 +00:00
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: ),
|