We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 916db65 commit 7d53675Copy full SHA for 7d53675
llvm/test/tools/llvm-objcopy/MachO/real-world-input-copy.test
@@ -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
+# RUN: llvm-mc -assemble -triple i386-apple-darwin9 -filetype=obj %p/Inputs/macho.32.s -o %t.32.o
2
# RUN: llvm-objcopy %t.32.o %t.32.copy.o
3
# RUN: cmp %t.32.o %t.32.copy.o
4
5
-# RUN: llvm-mc -assemble -triple x86_64-apple-macosx10.14.0 -filetype=obj %p/Inputs/macho.64.s -o %t.64.o
+# RUN: llvm-mc -assemble -triple x86_64-apple-darwin9 -filetype=obj %p/Inputs/macho.64.s -o %t.64.o
6
# RUN: llvm-objcopy %t.64.o %t.64.copy.o
7
# RUN: cmp %t.64.o %t.64.copy.o
0 commit comments