repo.or.cz
/
llvm
/
zpu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed some bugs.
[llvm/zpu.git]
/
test
/
MC
/
MachO
/
section-flags.s
blob
8ac1bbff7551ebfe8ec50ca9d1fe116dab2d9784
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