From 35b7e12e6678f7fe30adc2eb745856b2ecb69848 Mon Sep 17 00:00:00 2001 From: Diana Picus Date: Thu, 6 Dec 2018 08:54:17 +0000 Subject: [PATCH] Fixup r348306: Require x86 for test 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/lld/test/COFF/s_udt.s b/lld/test/COFF/s_udt.s index e7d253f..8ad342e 100644 --- a/lld/test/COFF/s_udt.s +++ b/lld/test/COFF/s_udt.s @@ -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 -- 2.7.4