llvm-6502/test/MC/ELF/elf_directive_previous.s

14 lines
152 B
ArmAsm
Raw Normal View History

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