mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
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:
parent
448e187499
commit
19d92fcae2
23
test/MC/AsmParser/ELF/directive_section.s
Normal file
23
test/MC/AsmParser/ELF/directive_section.s
Normal 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
|
||||
|
@ -1,6 +0,0 @@
|
||||
# RUN: llvm-mc -triple i386-pc-linux-gnu %s | FileCheck %s
|
||||
|
||||
.bss
|
||||
# CHECK: .bss
|
||||
.bss
|
||||
|
@ -1,6 +0,0 @@
|
||||
# RUN: llvm-mc -triple i386-pc-linux-gnu %s | FileCheck %s
|
||||
|
||||
.data.rel
|
||||
# CHECK: .data.rel
|
||||
.data.rel
|
||||
|
@ -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
|
||||
|
@ -1,6 +0,0 @@
|
||||
# RUN: llvm-mc -triple i386-pc-linux-gnu %s | FileCheck %s
|
||||
|
||||
.eh_frame
|
||||
# CHECK: .eh_frame
|
||||
.eh_frame
|
||||
|
@ -1,6 +0,0 @@
|
||||
# RUN: llvm-mc -triple i386-pc-linux-gnu %s | FileCheck %s
|
||||
|
||||
.rodata
|
||||
# CHECK: .rodata
|
||||
.rodata
|
||||
|
@ -1,6 +0,0 @@
|
||||
# RUN: llvm-mc -triple i386-pc-linux-gnu %s | FileCheck %s
|
||||
|
||||
.tbss
|
||||
# CHECK: .tbss
|
||||
.tbss
|
||||
|
@ -1,6 +0,0 @@
|
||||
# RUN: llvm-mc -triple i386-pc-linux-gnu %s | FileCheck %s
|
||||
|
||||
.tdata
|
||||
# CHECK: .tdata
|
||||
.tdata
|
||||
|
Loading…
Reference in New Issue
Block a user