[llvm-commits] [llvm] r115416 - in /llvm/trunk/test/MC: AsmParser/elf_directive_previous.s AsmParser/elf_directive_section.s ELF/elf_directive_previous.s ELF/elf_directive_section.s

Chris Lattner sabre at nondot.org
Sat Oct 2 11:53:48 PDT 2010


Author: lattner
Date: Sat Oct  2 13:53:48 2010
New Revision: 115416

URL: http://llvm.org/viewvc/llvm-project?rev=115416&view=rev
Log:
actually, move the elf tests into the existing elf dir.

Added:
    llvm/trunk/test/MC/ELF/elf_directive_previous.s
      - copied unchanged from r115415, llvm/trunk/test/MC/AsmParser/elf_directive_previous.s
    llvm/trunk/test/MC/ELF/elf_directive_section.s
      - copied unchanged from r115415, llvm/trunk/test/MC/AsmParser/elf_directive_section.s
Removed:
    llvm/trunk/test/MC/AsmParser/elf_directive_previous.s
    llvm/trunk/test/MC/AsmParser/elf_directive_section.s

Removed: llvm/trunk/test/MC/AsmParser/elf_directive_previous.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/AsmParser/elf_directive_previous.s?rev=115415&view=auto
==============================================================================
--- llvm/trunk/test/MC/AsmParser/elf_directive_previous.s (original)
+++ llvm/trunk/test/MC/AsmParser/elf_directive_previous.s (removed)
@@ -1,13 +0,0 @@
-# RUN: llvm-mc -triple i386-pc-linux-gnu %s | FileCheck %s
-
-.bss
-# CHECK: .bss
-
-.text
-# CHECK: .text
-
-.previous
-# CHECK: .bss
-
-.previous
-# CHECK: .text

Removed: llvm/trunk/test/MC/AsmParser/elf_directive_section.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/AsmParser/elf_directive_section.s?rev=115415&view=auto
==============================================================================
--- llvm/trunk/test/MC/AsmParser/elf_directive_section.s (original)
+++ llvm/trunk/test/MC/AsmParser/elf_directive_section.s (removed)
@@ -1,23 +0,0 @@
-# RUN: llvm-mc -triple i386-pc-linux-gnu %s | FileCheck %s
-
-	.bss
-# CHECK: .bss
-
-	.data.rel.ro
-# CHECK: .data.rel.ro
-
-	.data.rel
-# CHECK: .data.rel
-
-	.eh_frame
-# CHECK: .eh_frame
-
-	.rodata
-# CHECK: .rodata
-
-	.tbss
-# CHECK: .tbss
-
-	.tdata
-# CHECK: .tdata
-





More information about the llvm-commits mailing list