xref: /aosp_15_r20/external/llvm/test/MC/ELF/elf_directive_previous.s (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1# RUN: llvm-mc -triple i386-pc-linux-gnu %s | FileCheck %s
2
3.bss
4# CHECK: .bss
5
6.text
7# CHECK: .text
8
9.previous
10# CHECK: .bss
11
12.previous
13# CHECK: .text
14