[X86][MC,LLD][NFC] Rename R_X86_64_REX2_GOTPCRELX (#116737)
[llvm-project.git] / lld / test / MachO / skip-platform-checks.s
blobbcd82d59d3c75bdbff86529beb12ea5891d9223e
1 # REQUIRES: x86, aarch64
2 # RUN: llvm-mc -filetype=obj -triple=x86_64-apple-iossimulator %s -o %t.o
3 ## 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 %t
6 # RUN: llvm-objdump --macho --bind %t | FileCheck %s
7 # CHECK: __DATA_CONST __got 0x100001000 pointer 0 libSystem dyld_stub_binder
9 .globl _main
10 _main:
11 callq ___fsync
12 ret