[llvm-commits] CVS: llvm/test/CodeGen/X86/dg.exp

2007-04-21 Thread Reid Spencer
Changes in directory llvm/test/CodeGen/X86: 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

[llvm-commits] CVS: llvm/test/CodeGen/X86/dg.exp

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test/CodeGen/X86: dg.exp updated: 1.3 -> 1.4 --- Log message: Make the llvm-runtest function much more amenable by eliminating all the global variables that needed to be passed in. This makes it possible to add new global variables with only a couple changes (Makefile