[lld] r370491 - [LLD] [COFF] Add a missing REQUIRES line to a recently added test. NFC.
Martin Storsjo via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 30 10:26:54 PDT 2019
Author: mstorsjo
Date: Fri Aug 30 10:26:54 2019
New Revision: 370491
URL: http://llvm.org/viewvc/llvm-project?rev=370491&view=rev
Log:
[LLD] [COFF] Add a missing REQUIRES line to a recently added test. NFC.
This should fix failing buildbots like
http://lab.llvm.org:8011/builders/clang-cmake-aarch64-lld/builds/7180.
Modified:
lld/trunk/test/COFF/mixed-resource-obj.yaml
Modified: lld/trunk/test/COFF/mixed-resource-obj.yaml
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/COFF/mixed-resource-obj.yaml?rev=370491&r1=370490&r2=370491&view=diff
==============================================================================
--- lld/trunk/test/COFF/mixed-resource-obj.yaml (original)
+++ lld/trunk/test/COFF/mixed-resource-obj.yaml Fri Aug 30 10:26:54 2019
@@ -1,3 +1,5 @@
+# REQUIRES: x86
+
# RUN: yaml2obj < %s > %t.o
# Test that we get both the resource and the code from a single object
More information about the llvm-commits
mailing list