forked from OSchip/llvm-project
[lld-macho] Add REQUIRES to incompatible-arch-tapi test
This commit is contained in:
parent
5e19208d96
commit
9ced8b3b61
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue