1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-02-18 14:31:27 +00:00
llvm-6502/test/MC/ELF/elf_directive_previous.s
2010-10-02 18:53:48 +00:00

14 lines
152 B
ArmAsm

# RUN: llvm-mc -triple i386-pc-linux-gnu %s | FileCheck %s
.bss
# CHECK: .bss
.text
# CHECK: .text
.previous
# CHECK: .bss
.previous
# CHECK: .text