summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools
diff options
context:
space:
mode:
authorAlexander Shaposhnikov <shal1t712@gmail.com>2019-02-02 02:04:09 +0000
committerAlexander Shaposhnikov <shal1t712@gmail.com>2019-02-02 02:04:09 +0000
commit7d53675b709232bf94730f7e73bdd791103d5e1a (patch)
treed09fee1e798fb010b2ade103224adaf2b1218220 /llvm/test/tools
parent916db651c873fa68cdb0aa3664fc301ba09d8d6c (diff)
downloadbcm5719-llvm-7d53675b709232bf94730f7e73bdd791103d5e1a.tar.gz
bcm5719-llvm-7d53675b709232bf94730f7e73bdd791103d5e1a.zip
[llvm-objcopy] Fix triples in macho tests.
Update triples used by the macho tests to fix some buildbots. llvm-svn: 352947
Diffstat (limited to 'llvm/test/tools')
-rw-r--r--llvm/test/tools/llvm-objcopy/MachO/real-world-input-copy.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/tools/llvm-objcopy/MachO/real-world-input-copy.test b/llvm/test/tools/llvm-objcopy/MachO/real-world-input-copy.test
index 4497d7d8c2c..47a389ec326 100644
--- a/llvm/test/tools/llvm-objcopy/MachO/real-world-input-copy.test
+++ b/llvm/test/tools/llvm-objcopy/MachO/real-world-input-copy.test
@@ -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
OpenPOWER on IntegriCloud