[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 6 17:08:10 PDT 2018


azharudd created this revision.
azharudd added reviewers: ruiu, pcc.

Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D51764

Files:
  test/COFF/icf-safe.s


Index: test/COFF/icf-safe.s
===================================================================
--- test/COFF/icf-safe.s
+++ 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.164325.patch
Type: text/x-patch
Size: 436 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180907/540c3f64/attachment.bin>


More information about the llvm-commits mailing list