mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Force triple for these tests.
llvm-svn: 79737
This commit is contained in:
parent
b960969b44
commit
260235bc1a
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user