ARM64: initial backend import
[oota-llvm.git] / test / MC / MachO / section-flags.s
1 // 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
13 f0:
14         movl $0, %eax