[lld] r343196 - [COFF] Add missing Requires x86 to fix buildbot
Peter Smith via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 27 05:07:47 PDT 2018
Author: psmith
Date: Thu Sep 27 05:07:47 2018
New Revision: 343196
URL: http://llvm.org/viewvc/llvm-project?rev=343196&view=rev
Log:
[COFF] Add missing Requires x86 to fix buildbot
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.
Differential Revision: https://reviews.llvm.org/D52606
Modified:
lld/trunk/test/COFF/pdb-debug-f.s
Modified: lld/trunk/test/COFF/pdb-debug-f.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/COFF/pdb-debug-f.s?rev=343196&r1=343195&r2=343196&view=diff
==============================================================================
--- lld/trunk/test/COFF/pdb-debug-f.s (original)
+++ lld/trunk/test/COFF/pdb-debug-f.s Thu Sep 27 05:07:47 2018
@@ -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
More information about the llvm-commits
mailing list