[PATCH] D51764: Add missing REQUIRES x86 to test/COFF/icf-safe.s
Azharuddin Mohammed via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 13 08:43:28 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL342145: Add missing REQUIRES x86 to test/COFF/icf-safe.s (authored by azharudd, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D51764?vs=164325&id=165306#toc
Repository:
rL LLVM
https://reviews.llvm.org/D51764
Files:
lld/trunk/test/COFF/icf-safe.s
Index: lld/trunk/test/COFF/icf-safe.s
===================================================================
--- lld/trunk/test/COFF/icf-safe.s
+++ lld/trunk/test/COFF/icf-safe.s
@@ -1,3 +1,4 @@
+# REQUIRES: x86
# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-win32 %s -o %t1.obj
# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-win32 %S/Inputs/icf-safe.s -o %t2.obj
# RUN: lld-link /dll /noentry /out:%t.dll /verbose /opt:noref,icf %t1.obj %t2.obj 2>&1 | FileCheck %s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51764.165306.patch
Type: text/x-patch
Size: 466 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180913/6403b716/attachment.bin>
More information about the llvm-commits
mailing list