1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00
llvm-mirror/test/MC/AsmParser/ELF/directive_section.s
Matt Fleming 6c3c8fe3ae Consolidate the ELF section directive tests into a single file as
suggested by Chris Lattner.

llvm-svn: 109290
2010-07-23 23:40:41 +00:00

24 lines
255 B
ArmAsm

# RUN: llvm-mc -triple i386-pc-linux-gnu %s | FileCheck %s
.bss
# CHECK: .bss
.data.rel.ro
# CHECK: .data.rel.ro
.data.rel
# CHECK: .data.rel
.eh_frame
# CHECK: .eh_frame
.rodata
# CHECK: .rodata
.tbss
# CHECK: .tbss
.tdata
# CHECK: .tdata