summaryrefslogtreecommitdiff
path: root/test/MC/AsmParser/elf_directive_previous.s
blob: 5db1eac03d394f788653979cde16038c9468ba2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# RUN: llvm-mc -triple i386-pc-linux-gnu %s | FileCheck %s

.bss
# CHECK: .bss

.text
# CHECK: .text

.previous
# CHECK: .bss

.previous
# CHECK: .text