brintos

brintos / llvm-project-archived public Read only

0
0
Text · 499 B · e7435c6 Raw
17 lines · plain
1// RUN: llvm-mc -triple armv7-apple-ios %s -filetype=obj -o - | llvm-readobj --macho-version-min - | FileCheck %s2 3// Test the formation of the version-min load command in the MachO.4// use a nonsense but well formed version.5.ios_version_min 99,8,76 7// CHECK: File: <stdin>8// CHECK: Format: Mach-O arm9// CHECK: Arch: arm10// CHECK: AddressSize: 32bit11// CHECK: MinVersion {12// CHECK:   Cmd: LC_VERSION_MIN_IPHONEOS13// CHECK:   Size: 1614// CHECK:   Version: 99.8.715// CHECK:   SDK: n/a16// CHECK: }17