elf_directive_previous.s 152 Bytes Raw Blame History Permalink 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