diff options
author | Tanya Lattner <tonic@nondot.org> | 2009-08-31 06:59:49 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2009-08-31 06:59:49 +0000 |
commit | e4e8d74e61b686cc4576175ac48aadb1cf4a0c82 (patch) | |
tree | 72017a673ce71b66a31fb9345c280e1efba7a400 /test | |
parent | 0597fd967b73ae6fd65f3b7a070a942ca8028977 (diff) |
Merge 79737 from mainline.
Force triple for these tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_26@80564 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/MC/MachO/data.s | 2 | ||||
-rw-r--r-- | 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 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 |