Two sets of changes. Sorry they are intermingled.
[oota-llvm.git] / test / CodeGen / ARM / dg.exp
index 879685ca879df60056ae48bf4411e0df73b77dc5..3ff359aab39b51ea140a1edf56b5339099a8efcd 100644 (file)
@@ -1,3 +1,5 @@
 load_lib llvm.exp
 
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx,c,cpp,tr}]]
+if { [llvm_supports_target ARM] } {
+  RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
+}