aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/MachO/section-flags.s
blob: 8ac1bbff7551ebfe8ec50ca9d1fe116dab2d9784 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// RUN: llvm-mc -triple i386-apple-darwin9 %s -filetype=obj -o - | macho-dump | FileCheck %s
//
// CHECK: # Section 0
// CHECK: 'section_name', '__text
// CHECK: 'flags', 0x80000000
// CHECK: # Section 1
// CHECK: 'section_name', '__data
// CHECK: 'flags', 0x400
        
        .text

        .data
f0:
        movl $0, %eax