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