Add missing REQUIRES x86 to test/COFF/icf-safe.s
authorAzharuddin Mohammed <azharudd@codeaurora.org>
Thu, 13 Sep 2018 15:40:19 +0000 (15:40 +0000)
committerAzharuddin Mohammed <azharudd@codeaurora.org>
Thu, 13 Sep 2018 15:40:19 +0000 (15:40 +0000)
Reviewers: ruiu, pcc

Reviewed By: ruiu

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D51764

llvm-svn: 342145

lld/test/COFF/icf-safe.s

index 99eb051..d16f21f 100644 (file)
@@ -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