13 lines · plain
1# REQUIRES: x86, aarch642# RUN: llvm-mc -filetype=obj -triple=x86_64-apple-iossimulator %s -o %t.o3## This should succeed even though libsystem_kernel.dylib has a mismatched platform.4# RUN: %no-arg-lld -lSystem -arch x86_64 -platform_version ios-simulator 14.0 15.0 \5# RUN: -syslibroot %S/Inputs/iPhoneSimulator.sdk %t.o -o %t6# RUN: llvm-objdump --macho --bind %t | FileCheck %s7# CHECK: __DATA_CONST __got 0x100001000 pointer 0 libSystem dyld_stub_binder8 9.globl _main10_main:11 callq ___fsync12 ret13