Skip to content

Commit d078b4e

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. llvm-svn: 352950
1 parent a504897 commit d078b4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/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)