[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:02:03 PDT 2018


peter.smith created this revision.
peter.smith added reviewers: ruiu, grimar.
Herald added a reviewer: javed.absar.
Herald added a subscriber: kristof.beyls.

Add REQUIRES: x86 to pdb-debug-f.s as this is causing the Arm and AArch64 buildbots to fail as they do not have the x86 backend.

http://lab.llvm.org:8011/builders/clang-cmake-aarch64-lld
http://lab.llvm.org:8011/builders/clang-cmake-armv8-lld


https://reviews.llvm.org/D52606

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


Index: test/COFF/pdb-debug-f.s
===================================================================
--- test/COFF/pdb-debug-f.s
+++ 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.167280.patch
Type: text/x-patch
Size: 405 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180927/1ecdbebe/attachment.bin>


More information about the llvm-commits mailing list