Changes in directory llvm/test/CodeGen/PowerPC:
dg.exp updated: 1.5 -> 1.6 --- Log message: Use the llvm_supports_target function to prevent running of tests for targets that LLVM is not configured to support. --- Diffs of the changes: (+3 -1) dg.exp | 4 +++- 1 files changed, 3 insertions(+), 1 deletion(-) Index: llvm/test/CodeGen/PowerPC/dg.exp diff -u llvm/test/CodeGen/PowerPC/dg.exp:1.5 llvm/test/CodeGen/PowerPC/dg.exp:1.6 --- llvm/test/CodeGen/PowerPC/dg.exp:1.5 Sun Apr 15 16:15:41 2007 +++ llvm/test/CodeGen/PowerPC/dg.exp Sat Apr 21 15:41:27 2007 @@ -1,3 +1,5 @@ load_lib llvm.exp -RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx,c,cpp,tr}]] +if { [llvm_supports_target PowerPC] } { + RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx,c,cpp,tr}]] +} _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits