summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lld/test/COFF/guardcf-align.s1
-rw-r--r--lld/test/ELF/icf13.s1
-rw-r--r--lld/test/ELF/icf15.s1
-rw-r--r--lld/test/ELF/icf16.s1
-rw-r--r--lld/test/ELF/icf17.s1
-rw-r--r--lld/test/ELF/lto/libcall-archive.ll1
6 files changed, 6 insertions, 0 deletions
diff --git a/lld/test/COFF/guardcf-align.s b/lld/test/COFF/guardcf-align.s
index a0caabc92b0..449d3fcd2a7 100644
--- a/lld/test/COFF/guardcf-align.s
+++ b/lld/test/COFF/guardcf-align.s
@@ -1,3 +1,4 @@
+# REQUIRES: x86
# RUN: llvm-mc -triple x86_64-windows-msvc -filetype=obj -o %t.obj %s
# RUN: yaml2obj < %p/Inputs/guardcf-align-foobar.yaml \
# RUN: > %T/guardcf-align-foobar.obj
diff --git a/lld/test/ELF/icf13.s b/lld/test/ELF/icf13.s
index 2fe707f11c7..c0d4935cca4 100644
--- a/lld/test/ELF/icf13.s
+++ b/lld/test/ELF/icf13.s
@@ -1,3 +1,4 @@
+# REQUIRES: x86
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t1
# RUN: ld.lld -shared -z notext %t1 -o /dev/null --icf=all --print-icf-sections 2>&1 | FileCheck -allow-empty %s
diff --git a/lld/test/ELF/icf15.s b/lld/test/ELF/icf15.s
index 57c1735e151..5c651fbd65f 100644
--- a/lld/test/ELF/icf15.s
+++ b/lld/test/ELF/icf15.s
@@ -1,3 +1,4 @@
+# REQUIRES: x86
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t1
# RUN: ld.lld %t1 -o /dev/null --icf=all --print-icf-sections 2>&1 | FileCheck -allow-empty %s
diff --git a/lld/test/ELF/icf16.s b/lld/test/ELF/icf16.s
index e7650af37c3..13cb8ecd299 100644
--- a/lld/test/ELF/icf16.s
+++ b/lld/test/ELF/icf16.s
@@ -1,3 +1,4 @@
+# REQUIRES: x86
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t1
# RUN: ld.lld -shared -z notext %t1 -o /dev/null --icf=all --print-icf-sections 2>&1 | FileCheck -allow-empty %s
diff --git a/lld/test/ELF/icf17.s b/lld/test/ELF/icf17.s
index 5d28aeb869c..cab5c12d214 100644
--- a/lld/test/ELF/icf17.s
+++ b/lld/test/ELF/icf17.s
@@ -1,3 +1,4 @@
+# REQUIRES: x86
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t1
# RUN: ld.lld %t1 -o /dev/null --icf=all --print-icf-sections 2>&1 | FileCheck -allow-empty %s
diff --git a/lld/test/ELF/lto/libcall-archive.ll b/lld/test/ELF/lto/libcall-archive.ll
index 731e25938bd..043532942da 100644
--- a/lld/test/ELF/lto/libcall-archive.ll
+++ b/lld/test/ELF/lto/libcall-archive.ll
@@ -1,3 +1,4 @@
+; REQUIRES: x86
; RUN: rm -f %t.a
; RUN: llvm-as -o %t.o %s
; RUN: llvm-as -o %t2.o %S/Inputs/libcall-archive.ll
OpenPOWER on IntegriCloud