Fixup r348306: Require x86 for test
authorDiana Picus <diana.picus@linaro.org>
Thu, 6 Dec 2018 08:54:17 +0000 (08:54 +0000)
committerDiana Picus <diana.picus@linaro.org>
Thu, 6 Dec 2018 08:54:17 +0000 (08:54 +0000)
The test breaks on buildbots that don't enable the x86 backend. Other
tests in this directory explicitly require x86, so this should do the
trick.

llvm-svn: 348466

lld/test/COFF/s_udt.s

index e7d253f..8ad342e 100644 (file)
@@ -1,3 +1,4 @@
+# REQUIRES: x86
 # RUN: llvm-mc -filetype=obj -triple=x86_64-pc-windows-msvc < %s > %t.obj
 # RUN: lld-link /DEBUG:FULL /nodefaultlib /entry:main %t.obj /PDB:%t.pdb /OUT:%t.exe
 # RUN: llvm-pdbutil dump -types -globals -symbols -modi=0 %t.pdb | FileCheck %s