OSDN Git Service

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 [moved from test/Other/inline-asm-newline-terminator.ll with 100% similarity]

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}]]
+}