Move platform-dependent test to appropriate directory.

llvm-svn: 131302
This commit is contained in:
Galina Kistanova 2011-05-13 19:45:05 +00:00
parent 19c1b88c55
commit 60e17fe806
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
load_lib llvm.exp
if { [llvm_supports_target X86] } {
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll}]]
}