[llvm-commits] CVS: llvm/test/QMTest/llvmdb.py
John Criswell
criswell at cs.uiuc.edu
Wed Nov 19 14:23:01 PST 2003
Changes in directory llvm/test/QMTest:
llvmdb.py updated: 1.9 -> 1.10
---
Log message:
Removed the Jello tests and replaced with the ExecutionEngine and CodeGen
tests.
---
Diffs of the changes: (+2 -1)
Index: llvm/test/QMTest/llvmdb.py
diff -u llvm/test/QMTest/llvmdb.py:1.9 llvm/test/QMTest/llvmdb.py:1.10
--- llvm/test/QMTest/llvmdb.py:1.9 Wed Oct 22 12:27:40 2003
+++ llvm/test/QMTest/llvmdb.py Wed Nov 19 14:22:09 2003
@@ -37,7 +37,8 @@
'C++Frontend':'llvm.CXXTest',
'CBackend':'llvm.LLToCTest',
'CFrontend':'llvm.CTest',
- 'Jello':'llvm.LLITest',
+ 'ExecutionEngine':'llvm.LLITest',
+ 'CodeGen':'llvm.TestRunner',
'LLC':'llvm.MachineCodeTest',
'Linker':'llvm.TestRunner',
'Other':'llvm.TestRunner',
More information about the llvm-commits
mailing list