Include some tests for the recently committed ELF section directive
[oota-llvm.git] / test / MC / AsmParser / ELF / directive_section_data_rel_ro.s
1 # RUN: llvm-mc -triple i386-pc-linux-gnu %s | FileCheck %s
2
3         .data.rel.ro
4 # CHECK: .data.rel.ro
5         .data.rel.ro
6