Sign in
◑
Theme
chromium
/
external
/
github.com
/
emscripten-core
/
emscripten-fastcomp
/
2a333e6b14e94de7fa32dd0a772886d028515708
/
.
/
test
/
MC
/
MachO
/
section-attributes.s
blob: 0c2913e4aca4bf9c12ad9138a62c5398d70b1d76 [
file
]
//
RUN
:
llvm
-
mc
-
triple i386
-
apple
-
darwin9
%s -filetype=obj -o %
t
//
RUN
:
llvm
-
readobj
-
s
-
sd
%t | FileCheck %
s
.section __TEXT
,
__objc_opt_ro
.long
0
//
CHECK
:
Section
{
//
CHECK
:
Index
:
1
//
CHECK
:
Attributes
[
(
0x0
)
//
CHECK
:
]