Include some tests for the recently committed ELF section directive
authorMatt Fleming <matt@console-pimps.org>
Tue, 20 Jul 2010 21:37:30 +0000 (21:37 +0000)
committerMatt Fleming <matt@console-pimps.org>
Tue, 20 Jul 2010 21:37:30 +0000 (21:37 +0000)
commita7f9563c018d33eee1586da8aa26a1faa58a3cea
tree46dd2af7810b4f0e790b4d115b027319c118dd99
parent21d35c1399cbf353abfad82fc47c919ffbe7abc6
Include some tests for the recently committed ELF section directive
handlers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108938 91177308-0d34-0410-b5e6-96231b3b80d8
test/MC/AsmParser/ELF/dg.exp [new file with mode: 0644]
test/MC/AsmParser/ELF/directive_section_bss.s [new file with mode: 0644]
test/MC/AsmParser/ELF/directive_section_data_rel.s [new file with mode: 0644]
test/MC/AsmParser/ELF/directive_section_data_rel_ro.s [new file with mode: 0644]
test/MC/AsmParser/ELF/directive_section_eh_frame.s [new file with mode: 0644]
test/MC/AsmParser/ELF/directive_section_rodata.s [new file with mode: 0644]
test/MC/AsmParser/ELF/directive_section_tbss.s [new file with mode: 0644]
test/MC/AsmParser/ELF/directive_section_tdata.s [new file with mode: 0644]