From d078b4e4842be9d6321f8281fc00cf78bcce50a0 Mon Sep 17 00:00:00 2001 From: Alexander Shaposhnikov Date: Sat, 2 Feb 2019 05:01:00 +0000 Subject: [PATCH] [llvm-objcopy] Temporarily limit one test to darwin Some triples in llvm-mc appear to be unavailable on some buildbots. To please those buildbots we temporarily limit the test to darwin (where the required triple is guranteed to be available) until we find the right solution. llvm-svn: 352950 --- llvm/test/tools/llvm-objcopy/MachO/real-world-input-copy.test | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/test/tools/llvm-objcopy/MachO/real-world-input-copy.test b/llvm/test/tools/llvm-objcopy/MachO/real-world-input-copy.test index 47a389e..d29c2cc 100644 --- a/llvm/test/tools/llvm-objcopy/MachO/real-world-input-copy.test +++ b/llvm/test/tools/llvm-objcopy/MachO/real-world-input-copy.test @@ -1,3 +1,4 @@ +REQUIRES: system-darwin # RUN: llvm-mc -assemble -triple i386-apple-darwin9 -filetype=obj %p/Inputs/macho.32.s -o %t.32.o # RUN: llvm-objcopy %t.32.o %t.32.copy.o # RUN: cmp %t.32.o %t.32.copy.o -- 2.7.4