From: Galina Kistanova Date: Fri, 13 May 2011 19:45:05 +0000 (+0000) Subject: Move platform-dependent test to appropriate directory. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=6f0b5e4a222f8f14c31472e284d45dab7f881257;p=oota-llvm.git Move platform-dependent test to appropriate directory. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131302 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Other/X86/dg.exp b/test/Other/X86/dg.exp new file mode 100644 index 00000000000..7b7bd4e7380 --- /dev/null +++ b/test/Other/X86/dg.exp @@ -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 index 00000000000..af93cc0dd2a --- /dev/null +++ b/test/Other/X86/inline-asm-newline-terminator.ll @@ -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 index af93cc0dd2a..00000000000 --- a/test/Other/inline-asm-newline-terminator.ll +++ /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"