[llvm-commits] CVS: llvm/test/CFrontend/dg.exp
Reid Spencer
reid at x10sys.com
Sat Apr 21 22:53:40 PDT 2007
Changes in directory llvm/test/CFrontend:
dg.exp updated: 1.5 -> 1.6
---
Log message:
Make running these tests conditional on llvm-gcc supporting the language
of these test cases.
---
Diffs of the changes: (+3 -1)
dg.exp | 4 +++-
1 files changed, 3 insertions(+), 1 deletion(-)
Index: llvm/test/CFrontend/dg.exp
diff -u llvm/test/CFrontend/dg.exp:1.5 llvm/test/CFrontend/dg.exp:1.6
--- llvm/test/CFrontend/dg.exp:1.5 Sun Apr 15 15:08:37 2007
+++ llvm/test/CFrontend/dg.exp Sun Apr 22 00:53:18 2007
@@ -1,3 +1,5 @@
load_lib llvm.exp
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx,c,cpp,tr}]]
+if [ llvm_gcc_supports c ] then {
+ RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx,c,cpp,tr}]]
+}
More information about the llvm-commits
mailing list