brintos

brintos / llvm-project-archived public Read only

0
0
Text · 421 B · d0bd4dd Raw
14 lines · plain
1// RUN: llvm-mc -triple armv7-apple-tvos %s -filetype=obj -o - | llvm-readobj --macho-version-min - | FileCheck %s2 3 4// Test the formation of the version-min load command in the MachO.5// use a nonsense but well formed version.6.tvos_version_min 99,8,77 8// CHECK: MinVersion {9// CHECK-NEXT:   Cmd: LC_VERSION_MIN_TVOS10// CHECK-NEXT:   Size: 1611// CHECK-NEXT:   Version: 99.8.712// CHECK-NEXT:   SDK: n/a13// CHECK-NEXT: }14