forked from OSchip/llvm-project
Move platform-dependent test to appropriate directory.
llvm-svn: 131302
This commit is contained in:
parent
19c1b88c55
commit
60e17fe806
|
@ -0,0 +1,5 @@
|
|||
load_lib llvm.exp
|
||||
|
||||
if { [llvm_supports_target X86] } {
|
||||
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll}]]
|
||||
}
|
Loading…
Reference in New Issue