Move platform-dependent test to appropriate directory.
authorGalina Kistanova <gkistanova@gmail.com>
Fri, 13 May 2011 19:45:05 +0000 (19:45 +0000)
committerGalina Kistanova <gkistanova@gmail.com>
Fri, 13 May 2011 19:45:05 +0000 (19:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131302 91177308-0d34-0410-b5e6-96231b3b80d8

test/Other/X86/dg.exp [new file with mode: 0644]
test/Other/X86/inline-asm-newline-terminator.ll [new file with mode: 0644]
test/Other/inline-asm-newline-terminator.ll [deleted file]

diff --git a/test/Other/X86/dg.exp b/test/Other/X86/dg.exp
new file mode 100644 (file)
index 0000000..7b7bd4e
--- /dev/null
@@ -0,0 +1,5 @@
+load_lib llvm.exp
+
+if { [llvm_supports_target X86] } {
+  RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll}]]
+}
diff --git a/test/Other/X86/inline-asm-newline-terminator.ll b/test/Other/X86/inline-asm-newline-terminator.ll
new file mode 100644 (file)
index 0000000..af93cc0
--- /dev/null
@@ -0,0 +1,6 @@
+; RUN: llc -filetype=obj -o - < %s
+
+; ModuleID = 't.c'
+target triple = "x86_64-apple-darwin10.0.0"
+
+module asm ".desc _f0, 0x10"
diff --git a/test/Other/inline-asm-newline-terminator.ll b/test/Other/inline-asm-newline-terminator.ll
deleted file mode 100644 (file)
index af93cc0..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-; RUN: llc -filetype=obj -o - < %s
-
-; ModuleID = 't.c'
-target triple = "x86_64-apple-darwin10.0.0"
-
-module asm ".desc _f0, 0x10"