[lld-macho] Add REQUIRES to incompatible-arch-tapi test

This commit is contained in:
Jez Ng 2021-02-24 09:42:52 -05:00
parent 5e19208d96
commit 9ced8b3b61

View File

@ -1,3 +1,4 @@
# REQUIRES: x86
# RUN: rm -rf %t; split-file %s %t
# RUN: llvm-mc -filetype=obj -triple=x86_64-apple-macosx %t/main.s -o %t/main.o
# RUN: not %lld -arch x86_64 -lSystem %S/Inputs/libincompatible.tbd %t/main.o -o /dev/null 2>&1 | FileCheck %s --check-prefix=ARCH