1 // RUN
: llvm-mc
-triple i386-apple-darwin9
%s
-filetype
=obj
-o
- | llvm-readobj
--symbols | FileCheck
%s
3 // Check that the section itself is aligned.
7 .zerofill __DATA,__bss,_a,1,0
8 .zerofill __DATA,__bss,_b,4,4
10 // CHECK
: File
: <stdin
>
11 // CHECK
: Format
: Mach-O
32-bit i386
13 // CHECK
: AddressSize
: 32bit
16 // CHECK
: Name
: _a
(4)
17 // CHECK
: Type
: Section
(0xE)
18 // CHECK
: Section
: __bss
(0x2)
19 // CHECK
: RefType
: UndefinedNonLazy
(0x0)
20 // CHECK
: Flags
[ (0x0)
25 // CHECK
: Name
: _b
(1)
26 // CHECK
: Type
: Section
(0xE)
27 // CHECK
: Section
: __bss
(0x2)
28 // CHECK
: RefType
: UndefinedNonLazy
(0x0)
29 // CHECK
: Flags
[ (0x0)