forked from OSchip/llvm-project
[lld-macho] Set REQUIRES: x86 on more tests
Summary: Fixes the build break caused by D81802.
This commit is contained in:
parent
163162a0a4
commit
337fb8c767
|
@ -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
|
||||
#
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
REQUIRES: x86
|
||||
RUN: mkdir -p %t
|
||||
|
||||
RUN: lld -flavor darwinnew -v -L%t 2>&1 | FileCheck -DDIR=%t %s
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
REQUIRES: x86
|
||||
RUN: lld -flavor darwinnew -v \
|
||||
RUN: -demangle \
|
||||
RUN: -dynamic \
|
||||
|
|
Loading…
Reference in New Issue