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
This commit is contained in:
Matt Fleming 2010-07-20 21:37:30 +00:00
parent 21d35c1399
commit a7f9563c01
8 changed files with 48 additions and 0 deletions

View File

@ -0,0 +1,6 @@
load_lib llvm.exp
if { [llvm_supports_target X86] } {
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{s}]]
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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