repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Better OR's for MVE compares
[llvm-core.git]
/
test
/
MC
/
ELF
/
elf_directive_section.s
blob
9531c026e67451cf588b72c715f21ff71c7773b9
1
# RUN: llvm-mc -triple i386-pc-linux-gnu %s | FileCheck %s
2
3
.bss
4
# CHECK: .bss
5
6
.data.rel.ro
7
# CHECK: .data.rel.ro
8
9
.data.rel
10
# CHECK: .data.rel
11
12
.eh_frame
13
# CHECK: .eh_frame
14
15
.rodata
16
# CHECK: .rodata
17
18
.tbss
19
# CHECK: .tbss
20
21
.tdata
22
# CHECK: .tdata
23