[llvm] r352947 - [llvm-objcopy] Fix triples in macho tests.

Alexander Shaposhnikov via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 1 18:04:09 PST 2019


Author: alexshap
Date: Fri Feb  1 18:04:09 2019
New Revision: 352947

URL: http://llvm.org/viewvc/llvm-project?rev=352947&view=rev
Log:
[llvm-objcopy] Fix triples in macho tests.

Update triples used by the macho tests to fix some buildbots.

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

Modified: llvm/trunk/test/tools/llvm-objcopy/MachO/real-world-input-copy.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/llvm-objcopy/MachO/real-world-input-copy.test?rev=352947&r1=352946&r2=352947&view=diff
==============================================================================
--- llvm/trunk/test/tools/llvm-objcopy/MachO/real-world-input-copy.test (original)
+++ llvm/trunk/test/tools/llvm-objcopy/MachO/real-world-input-copy.test Fri Feb  1 18:04:09 2019
@@ -1,7 +1,7 @@
-# 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
 # RUN: llvm-objcopy %t.32.o %t.32.copy.o
 # RUN: cmp %t.32.o %t.32.copy.o
 
-# 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
 # RUN: llvm-objcopy %t.64.o %t.64.copy.o
 # RUN: cmp %t.64.o %t.64.copy.o




More information about the llvm-commits mailing list