[llvm-commits] [llvm] r131302 - in /llvm/trunk/test/Other: X86/ X86/dg.exp X86/inline-asm-newline-terminator.ll inline-asm-newline-terminator.ll
Galina Kistanova
gkistanova at gmail.com
Fri May 13 12:45:05 PDT 2011
Author: gkistanova
Date: Fri May 13 14:45:05 2011
New Revision: 131302
URL: http://llvm.org/viewvc/llvm-project?rev=131302&view=rev
Log:
Move platform-dependent test to appropriate directory.
Added:
llvm/trunk/test/Other/X86/
llvm/trunk/test/Other/X86/dg.exp
llvm/trunk/test/Other/X86/inline-asm-newline-terminator.ll
Removed:
llvm/trunk/test/Other/inline-asm-newline-terminator.ll
Added: llvm/trunk/test/Other/X86/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Other/X86/dg.exp?rev=131302&view=auto
==============================================================================
--- llvm/trunk/test/Other/X86/dg.exp (added)
+++ llvm/trunk/test/Other/X86/dg.exp Fri May 13 14:45:05 2011
@@ -0,0 +1,5 @@
+load_lib llvm.exp
+
+if { [llvm_supports_target X86] } {
+ RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll}]]
+}
Added: llvm/trunk/test/Other/X86/inline-asm-newline-terminator.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Other/X86/inline-asm-newline-terminator.ll?rev=131302&view=auto
==============================================================================
--- llvm/trunk/test/Other/X86/inline-asm-newline-terminator.ll (added)
+++ llvm/trunk/test/Other/X86/inline-asm-newline-terminator.ll Fri May 13 14:45:05 2011
@@ -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"
Removed: llvm/trunk/test/Other/inline-asm-newline-terminator.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Other/inline-asm-newline-terminator.ll?rev=131301&view=auto
==============================================================================
--- llvm/trunk/test/Other/inline-asm-newline-terminator.ll (original)
+++ llvm/trunk/test/Other/inline-asm-newline-terminator.ll (removed)
@@ -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"
More information about the llvm-commits
mailing list