Consolidate the ELF section directive tests into a single file as

suggested by Chris Lattner.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109290 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Matt Fleming 2010-07-23 23:40:41 +00:00
parent 448e187499
commit 19d92fcae2
8 changed files with 23 additions and 42 deletions

View File

@ -0,0 +1,23 @@
# 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

View File

@ -1,6 +0,0 @@
# RUN: llvm-mc -triple i386-pc-linux-gnu %s | FileCheck %s
.bss
# CHECK: .bss
.bss

View File

@ -1,6 +0,0 @@
# RUN: llvm-mc -triple i386-pc-linux-gnu %s | FileCheck %s
.data.rel
# CHECK: .data.rel
.data.rel

View File

@ -1,6 +0,0 @@
# RUN: llvm-mc -triple i386-pc-linux-gnu %s | FileCheck %s
.data.rel.ro
# CHECK: .data.rel.ro
.data.rel.ro

View File

@ -1,6 +0,0 @@
# RUN: llvm-mc -triple i386-pc-linux-gnu %s | FileCheck %s
.eh_frame
# CHECK: .eh_frame
.eh_frame

View File

@ -1,6 +0,0 @@
# RUN: llvm-mc -triple i386-pc-linux-gnu %s | FileCheck %s
.rodata
# CHECK: .rodata
.rodata

View File

@ -1,6 +0,0 @@
# RUN: llvm-mc -triple i386-pc-linux-gnu %s | FileCheck %s
.tbss
# CHECK: .tbss
.tbss

View File

@ -1,6 +0,0 @@
# RUN: llvm-mc -triple i386-pc-linux-gnu %s | FileCheck %s
.tdata
# CHECK: .tdata
.tdata