[lld-macho] Set REQUIRES: x86 on more tests

Summary: Fixes the build break caused by D81802.
This commit is contained in:
Jez Ng 2020-06-14 18:59:28 -07:00
parent 163162a0a4
commit 337fb8c767
4 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,4 @@
# REQUIRES: x86
# RUN: yaml2obj %s -o %t.o
# RUN: not lld -flavor darwinnew -o %t %t.o 2>&1 | FileCheck %s
#

View File

@ -1,3 +1,4 @@
# REQUIRES: x86
# RUN: not lld -flavor darwinnew -platform_version 2>&1 \
# RUN: | FileCheck --check-prefix=FAIL %s
# RUN: not lld -flavor darwinnew -platform_version macos 2>&1 \

View File

@ -1,3 +1,4 @@
REQUIRES: x86
RUN: mkdir -p %t
RUN: lld -flavor darwinnew -v -L%t 2>&1 | FileCheck -DDIR=%t %s

View File

@ -1,3 +1,4 @@
REQUIRES: x86
RUN: lld -flavor darwinnew -v \
RUN: -demangle \
RUN: -dynamic \