blob: 8ac1bbff7551ebfe8ec50ca9d1fe116dab2d9784 [file] [log] [blame]
Daniel Dunbare1ec6172010-02-02 21:44:01 +00001// RUN: llvm-mc -triple i386-apple-darwin9 %s -filetype=obj -o - | macho-dump | FileCheck %s
2//
3// CHECK: # Section 0
4// CHECK: 'section_name', '__text
5// CHECK: 'flags', 0x80000000
6// CHECK: # Section 1
7// CHECK: 'section_name', '__data
8// CHECK: 'flags', 0x400
9
10 .text
11
12 .data
13f0:
14 movl $0, %eax