Sign in
◑
Theme
swiftshader
/
SwiftShader.git
/
d7a21ccd41ce4efab6cc0cbd9440a68301e0f708
/
.
/
third_party
/
LLVM
/
test
/
MC
/
ELF
/
elf_directive_previous.s
blob: 5db1eac03d394f788653979cde16038c9468ba2b [
file
]
# RUN: llvm-mc -triple i386-pc-linux-gnu %s | FileCheck %s
.bss
# CHECK: .bss
.text
# CHECK: .text
.previous
# CHECK: .bss
.previous
# CHECK: .text