summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-08-22 09:45:43 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-08-22 09:45:43 +0000
commit605187e5968b500d6ea1d6a7e318ee608f08b774 (patch)
treee9291d33493f81244e83dcc28a654f35274af5c5 /test
parent8333a8aea3a42490eba818cf31791c96f3c999ce (diff)
downloadllvm-605187e5968b500d6ea1d6a7e318ee608f08b774.tar.gz
llvm-605187e5968b500d6ea1d6a7e318ee608f08b774.tar.bz2
llvm-605187e5968b500d6ea1d6a7e318ee608f08b774.tar.xz
Force triple for these tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79737 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/MC/MachO/data.s2
-rw-r--r--test/MC/MachO/sections.s2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/MC/MachO/data.s b/test/MC/MachO/data.s
index 56979b61f2..0ff2854801 100644
--- a/test/MC/MachO/data.s
+++ b/test/MC/MachO/data.s
@@ -1,4 +1,4 @@
-// RUN: llvm-mc %s -filetype=obj -o - | macho-dump | FileCheck %s
+// RUN: llvm-mc -triple i386-apple-darwin9 %s -filetype=obj -o - | macho-dump | FileCheck %s
.data
.ascii "hello"
diff --git a/test/MC/MachO/sections.s b/test/MC/MachO/sections.s
index 9771602580..27d9782666 100644
--- a/test/MC/MachO/sections.s
+++ b/test/MC/MachO/sections.s
@@ -1,4 +1,4 @@
-// RUN: llvm-mc %s -filetype=obj -o - | macho-dump | FileCheck %s
+// RUN: llvm-mc -triple i386-apple-darwin9 %s -filetype=obj -o - | macho-dump | FileCheck %s
.const
.static_const