From 6f0b5e4a222f8f14c31472e284d45dab7f881257 Mon Sep 17 00:00:00 2001 From: Galina Kistanova Date: Fri, 13 May 2011 19:45:05 +0000 Subject: [PATCH] Move platform-dependent test to appropriate directory. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131302 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Other/X86/dg.exp | 5 +++++ test/Other/{ => X86}/inline-asm-newline-terminator.ll | 0 2 files changed, 5 insertions(+) create mode 100644 test/Other/X86/dg.exp rename test/Other/{ => X86}/inline-asm-newline-terminator.ll (100%) 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/inline-asm-newline-terminator.ll b/test/Other/X86/inline-asm-newline-terminator.ll similarity index 100% rename from test/Other/inline-asm-newline-terminator.ll rename to test/Other/X86/inline-asm-newline-terminator.ll -- 2.34.1