summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/MachO/build-version-with-sdk-version.s
blob: e96c2d520e172045d6defa13c13168e3d6936886 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// RUN: llvm-mc -triple x86_64-apple-macos %s -filetype=obj -o - | llvm-readobj --macho-version-min | FileCheck %s

// Test the formation of the sdk_version component of the version load
// command in the MachO.
.build_version macos, 10,13,2 sdk_version 10,14,1

// CHECK: MinVersion {
// CHECK:   Cmd: LC_BUILD_VERSION
// CHECK:   Size: 24
// CHECK:   Platform: macos
// CHECK:   Version: 10.13.2
// CHECK:   SDK: 10.14.1
// CHECK: }
OpenPOWER on IntegriCloud