brintos

brintos / llvm-project-archived public Read only

0
0
Text · 437 B · 49bdd79 Raw
14 lines · plain
1// RUN: llvm-mc -triple x86_64-apple-macos %s -filetype=obj -o - | llvm-readobj --macho-version-min - | FileCheck %s2 3// Test the formation of the sdk_version component of the version load4// command in the MachO.5.build_version macos, 10,13,2 sdk_version 10,14,16 7// CHECK: MinVersion {8// CHECK:   Cmd: LC_BUILD_VERSION9// CHECK:   Size: 2410// CHECK:   Platform: macos11// CHECK:   Version: 10.13.212// CHECK:   SDK: 10.14.113// CHECK: }14