brintos

brintos / llvm-project-archived public Read only

0
0
Text · 874 B · d78b2ea Raw
20 lines · plain
1# REQUIRES: x86, aarch642 3# RUN: mkdir -p %t4# RUN: llvm-mc -filetype obj -triple arm64-apple-ios14.4 %s -o %t/arm64-ios.o5# RUN: not %no-arg-lld -dylib -arch arm64 -platform_version ios 14.4 15.0 -o /dev/null \6# RUN:   -lSystem %S/Inputs/libStubLink.tbd %t/arm64-ios.o 2>&1 | FileCheck %s7 8# RUN: llvm-mc -filetype obj -triple x86_64-apple-iossimulator14.4 %s -o %t/x86_64-sim.o9# RUN: not %no-arg-lld -dylib -arch x86_64 -platform_version ios-simulator 14.4 15.0 -o /dev/null \10# RUN:   -lSystem %S/Inputs/libStubLink.tbd %t/x86_64-sim.o 2>&1 | FileCheck %s11 12# RUN: llvm-mc -filetype obj -triple arm64-apple-iossimulator14.4 %s -o %t/arm64-sim.o13# RUN: %no-arg-lld -dylib -arch arm64 -platform_version ios-simulator 14.4 15.0 -o \14# RUN:   /dev/null %S/Inputs/libStubLink.tbd %t/arm64-sim.o15 16# CHECK: error: undefined symbol: _arm64_sim_only17 18.data19.quad _arm64_sim_only20