Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit 05e6824

Browse files
[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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@352950 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent cb8d1d7 commit 05e6824

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/tools/llvm-objcopy/MachO/real-world-input-copy.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
REQUIRES: system-darwin
12
# RUN: llvm-mc -assemble -triple i386-apple-darwin9 -filetype=obj %p/Inputs/macho.32.s -o %t.32.o
23
# RUN: llvm-objcopy %t.32.o %t.32.copy.o
34
# RUN: cmp %t.32.o %t.32.copy.o

0 commit comments

Comments
 (0)