xref: /aosp_15_r20/external/llvm/test/MC/ELF/elf_directive_section.s (revision 9880d6810fe72a1726cb53787c6711e909410d58)
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
24