Skip to content

Commit 7d53675

Browse files
[llvm-objcopy] Fix triples in macho tests.
Update triples used by the macho tests to fix some buildbots. llvm-svn: 352947
1 parent 916db65 commit 7d53675

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# RUN: llvm-mc -assemble -triple i386-apple-macosx10.14.0 -filetype=obj %p/Inputs/macho.32.s -o %t.32.o
1+
# RUN: llvm-mc -assemble -triple i386-apple-darwin9 -filetype=obj %p/Inputs/macho.32.s -o %t.32.o
22
# RUN: llvm-objcopy %t.32.o %t.32.copy.o
33
# RUN: cmp %t.32.o %t.32.copy.o
44

5-
# RUN: llvm-mc -assemble -triple x86_64-apple-macosx10.14.0 -filetype=obj %p/Inputs/macho.64.s -o %t.64.o
5+
# RUN: llvm-mc -assemble -triple x86_64-apple-darwin9 -filetype=obj %p/Inputs/macho.64.s -o %t.64.o
66
# RUN: llvm-objcopy %t.64.o %t.64.copy.o
77
# RUN: cmp %t.64.o %t.64.copy.o

0 commit comments

Comments
 (0)