parent
4bca5aef61
commit
87671b7fdc
|
|
@ -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
|
.data
|
||||||
.ascii "hello"
|
.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
|
.const
|
||||||
.static_const
|
.static_const
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue