From f26706fa1c15090774868fd9d259c7882e553319 Mon Sep 17 00:00:00 2001 From: Diana Picus Date: Thu, 18 Jul 2019 08:27:44 +0000 Subject: [PATCH] Fixup r366333 (require x86 in test) Seems to be required for the other added tests too. llvm-svn: 366416 --- lld/test/ELF/vs-diagnostics-versionscript.s | 1 + 1 file changed, 1 insertion(+) diff --git a/lld/test/ELF/vs-diagnostics-versionscript.s b/lld/test/ELF/vs-diagnostics-versionscript.s index 2d0be7f..2f12ae6 100644 --- a/lld/test/ELF/vs-diagnostics-versionscript.s +++ b/lld/test/ELF/vs-diagnostics-versionscript.s @@ -1,3 +1,4 @@ +# REQUIRES: x86 # RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o # RUN: rm -f %/terr1.script # RUN: echo "\"" > %/terr1.script -- 2.7.4