From 8c189e50c72ce7acf0872165cb2cb1308e4e782e Mon Sep 17 00:00:00 2001 From: Martin Storsjo Date: Fri, 30 Aug 2019 17:26:54 +0000 Subject: [PATCH] [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. llvm-svn: 370491 --- lld/test/COFF/mixed-resource-obj.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lld/test/COFF/mixed-resource-obj.yaml b/lld/test/COFF/mixed-resource-obj.yaml index 60f0ebe..8e122b5 100644 --- a/lld/test/COFF/mixed-resource-obj.yaml +++ b/lld/test/COFF/mixed-resource-obj.yaml @@ -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 -- 2.7.4