[PATCH] D52606: [LLD][COFF] Add missing Requires x86 to fix buildbot

Peter Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 27 05:09:29 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL343196: [COFF] Add missing Requires x86 to fix buildbot (authored by psmith, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D52606?vs=167280&id=167284#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D52606

Files:
  lld/trunk/test/COFF/pdb-debug-f.s


Index: lld/trunk/test/COFF/pdb-debug-f.s
===================================================================
--- lld/trunk/test/COFF/pdb-debug-f.s
+++ lld/trunk/test/COFF/pdb-debug-f.s
@@ -1,3 +1,4 @@
+# REQUIRES: x86
 # RUN: llvm-mc -triple=i386-pc-win32 -filetype=obj -o %t.obj %s
 # RUN: lld-link /subsystem:console /debug /nodefaultlib /entry:foo /out:%t.exe /pdb:%t.pdb %t.obj
 # RUN: llvm-pdbutil dump -fpo %t.pdb | FileCheck %s


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52606.167284.patch
Type: text/x-patch
Size: 435 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180927/121d647e/attachment.bin>


More information about the llvm-commits mailing list