1load_lib llvm.exp
2
3if { [llvm_supports_target Alpha] } {
4  RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll}]]
5}
6