[llvm-commits] CVS: llvm/test/QMTestDB/QMTest/llvm.py
John Criswell
criswell at cs.uiuc.edu
Tue Sep 30 14:57:06 PDT 2003
Changes in directory llvm/test/QMTestDB/QMTest:
llvm.py updated: 1.10 -> 1.11
---
Log message:
Changed TestRunner test class so that it replaces %llvmgcc and %llvmgxx
instead of %gcc and %gxx.
---
Diffs of the changes:
Index: llvm/test/QMTestDB/QMTest/llvm.py
diff -u llvm/test/QMTestDB/QMTest/llvm.py:1.10 llvm/test/QMTestDB/QMTest/llvm.py:1.11
--- llvm/test/QMTestDB/QMTest/llvm.py:1.10 Tue Sep 30 14:27:46 2003
+++ llvm/test/QMTestDB/QMTest/llvm.py Tue Sep 30 14:56:35 2003
@@ -968,9 +968,9 @@
'-e',
's|%t|' + scriptfile + '.tmp|g;',
'-e',
- 's|%gcc|' + context['llvmgcc'] + '|g;',
+ 's|%llvmgcc|' + context['llvmgcc'] + '|g;',
'-e',
- 's|%gxx|' + context['llvmgxx'] + '|g;',
+ 's|%llvmgxx|' + context['llvmgxx'] + '|g;',
'-e',
'w ' + scriptfile,
srcfile)
More information about the llvm-commits
mailing list