[lld] r348466 - Fixup r348306: Require x86 for test

Diana Picus via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 6 00:54:17 PST 2018


Author: rovka
Date: Thu Dec  6 00:54:17 2018
New Revision: 348466

URL: http://llvm.org/viewvc/llvm-project?rev=348466&view=rev
Log:
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.

Modified:
    lld/trunk/test/COFF/s_udt.s

Modified: lld/trunk/test/COFF/s_udt.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/COFF/s_udt.s?rev=348466&r1=348465&r2=348466&view=diff
==============================================================================
--- lld/trunk/test/COFF/s_udt.s (original)
+++ lld/trunk/test/COFF/s_udt.s Thu Dec  6 00:54:17 2018
@@ -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




More information about the llvm-commits mailing list