[PATCH] D50440: [LLD] Add missing REQUIRES x86 to tests.
Peter Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 8 07:51:13 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL339253: Add missing REQUIRES x86 to tests. (authored by psmith, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D50440?vs=159691&id=159721#toc
Repository:
rL LLVM
https://reviews.llvm.org/D50440
Files:
lld/trunk/test/COFF/guardcf-align.s
lld/trunk/test/ELF/icf13.s
lld/trunk/test/ELF/icf15.s
lld/trunk/test/ELF/icf16.s
lld/trunk/test/ELF/icf17.s
lld/trunk/test/ELF/lto/libcall-archive.ll
Index: lld/trunk/test/ELF/icf13.s
===================================================================
--- lld/trunk/test/ELF/icf13.s
+++ lld/trunk/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
Index: lld/trunk/test/ELF/lto/libcall-archive.ll
===================================================================
--- lld/trunk/test/ELF/lto/libcall-archive.ll
+++ lld/trunk/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
Index: lld/trunk/test/ELF/icf17.s
===================================================================
--- lld/trunk/test/ELF/icf17.s
+++ lld/trunk/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
Index: lld/trunk/test/ELF/icf16.s
===================================================================
--- lld/trunk/test/ELF/icf16.s
+++ lld/trunk/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
Index: lld/trunk/test/ELF/icf15.s
===================================================================
--- lld/trunk/test/ELF/icf15.s
+++ lld/trunk/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
Index: lld/trunk/test/COFF/guardcf-align.s
===================================================================
--- lld/trunk/test/COFF/guardcf-align.s
+++ lld/trunk/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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50440.159721.patch
Type: text/x-patch
Size: 2228 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180808/4276cff4/attachment.bin>
More information about the llvm-commits
mailing list