1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 21:13:02 +02:00

Consolidate the ELF section directive tests into a single file as

suggested by Chris Lattner.

llvm-svn: 109290
This commit is contained in:
Matt Fleming 2010-07-23 23:40:41 +00:00
parent e64c7514fb
commit 6c3c8fe3ae
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