aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/ELF/elf_directive_previous.s
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-10-02 18:53:48 +0000
committerChris Lattner <sabre@nondot.org>2010-10-02 18:53:48 +0000
commit93851b7d6b478110b9e4de28a71f9f2d691e0440 (patch)
tree6c917acec0c88952b2970cb22957d33adabe8ab8 /test/MC/ELF/elf_directive_previous.s
parent904538c6364f40eaf8ae9b542997b0d2e731bef4 (diff)
downloadexternal_llvm-93851b7d6b478110b9e4de28a71f9f2d691e0440.zip
external_llvm-93851b7d6b478110b9e4de28a71f9f2d691e0440.tar.gz
external_llvm-93851b7d6b478110b9e4de28a71f9f2d691e0440.tar.bz2
actually, move the elf tests into the existing elf dir.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115416 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/ELF/elf_directive_previous.s')
-rw-r--r--test/MC/ELF/elf_directive_previous.s13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/MC/ELF/elf_directive_previous.s b/test/MC/ELF/elf_directive_previous.s
new file mode 100644
index 0000000..5db1eac
--- /dev/null
+++ b/test/MC/ELF/elf_directive_previous.s
@@ -0,0 +1,13 @@
+# RUN: llvm-mc -triple i386-pc-linux-gnu %s | FileCheck %s
+
+.bss
+# CHECK: .bss
+
+.text
+# CHECK: .text
+
+.previous
+# CHECK: .bss
+
+.previous
+# CHECK: .text