From 90b12590b6b907f8c3d83bd48e218990b5f1ed53 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 2 Oct 2010 18:52:57 +0000 Subject: [PATCH] consolidate ELF tests into asmparser tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115415 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/AsmParser/ELF/dg.exp | 6 ------ .../{ELF/directive_previous.s => elf_directive_previous.s} | 0 .../{ELF/directive_section.s => elf_directive_section.s} | 0 3 files changed, 6 deletions(-) delete mode 100644 test/MC/AsmParser/ELF/dg.exp rename test/MC/AsmParser/{ELF/directive_previous.s => elf_directive_previous.s} (100%) rename test/MC/AsmParser/{ELF/directive_section.s => elf_directive_section.s} (100%) diff --git a/test/MC/AsmParser/ELF/dg.exp b/test/MC/AsmParser/ELF/dg.exp deleted file mode 100644 index ca6aefe9c53..00000000000 --- a/test/MC/AsmParser/ELF/dg.exp +++ /dev/null @@ -1,6 +0,0 @@ -load_lib llvm.exp - -if { [llvm_supports_target X86] } { - RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{s}]] -} - diff --git a/test/MC/AsmParser/ELF/directive_previous.s b/test/MC/AsmParser/elf_directive_previous.s similarity index 100% rename from test/MC/AsmParser/ELF/directive_previous.s rename to test/MC/AsmParser/elf_directive_previous.s diff --git a/test/MC/AsmParser/ELF/directive_section.s b/test/MC/AsmParser/elf_directive_section.s similarity index 100% rename from test/MC/AsmParser/ELF/directive_section.s rename to test/MC/AsmParser/elf_directive_section.s -- 2.34.1