[llvm-commits] CVS: llvm/test/QMTestDB/QMTest/llvm.py
John Criswell
criswell at cs.uiuc.edu
Tue Sep 30 14:28:07 PDT 2003
Changes in directory llvm/test/QMTestDB/QMTest:
llvm.py updated: 1.9 -> 1.10
---
Log message:
Added new TestRunner tests for the C++ front end.
Adjusted the TestRunner class to configure the names of the LLVM C and C++
frontends.
---
Diffs of the changes:
Index: llvm/test/QMTestDB/QMTest/llvm.py
diff -u llvm/test/QMTestDB/QMTest/llvm.py:1.9 llvm/test/QMTestDB/QMTest/llvm.py:1.10
--- llvm/test/QMTestDB/QMTest/llvm.py:1.9 Tue Sep 30 14:03:44 2003
+++ llvm/test/QMTestDB/QMTest/llvm.py Tue Sep 30 14:27:46 2003
@@ -968,6 +968,10 @@
'-e',
's|%t|' + scriptfile + '.tmp|g;',
'-e',
+ 's|%gcc|' + context['llvmgcc'] + '|g;',
+ '-e',
+ 's|%gxx|' + context['llvmgxx'] + '|g;',
+ '-e',
'w ' + scriptfile,
srcfile)
More information about the llvm-commits
mailing list