From 605187e5968b500d6ea1d6a7e318ee608f08b774 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sat, 22 Aug 2009 09:45:43 +0000 Subject: [PATCH] Force triple for these tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79737 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/MachO/data.s | 2 +- test/MC/MachO/sections.s | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/MC/MachO/data.s b/test/MC/MachO/data.s index 56979b61f24..0ff2854801a 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 97716025801..27d97826665 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 -- 2.11.0