1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

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 95d9ad78ea
commit 9df62fe3e4
2 changed files with 5 additions and 0 deletions

5
test/Other/X86/dg.exp Normal file
View File

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