[llvm-commits] CVS: llvm/test/QMTest/llvmdb.py

John Criswell criswell at cs.uiuc.edu
Tue Oct 7 15:56:06 PDT 2003


Changes in directory llvm/test/QMTest:

llvmdb.py updated: 1.5 -> 1.6

---
Log message:

Added the Reoptimizer directory to the list of tests to ignore.



---
Diffs of the changes:  (+1 -1)

Index: llvm/test/QMTest/llvmdb.py
diff -u llvm/test/QMTest/llvmdb.py:1.5 llvm/test/QMTest/llvmdb.py:1.6
--- llvm/test/QMTest/llvmdb.py:1.5	Tue Oct  7 14:13:56 2003
+++ llvm/test/QMTest/llvmdb.py	Tue Oct  7 15:55:37 2003
@@ -159,7 +159,7 @@
 		# Record names of invalid directories and files.
 		#
 		invalid_dirs = ['CVS', 'QMTest', 'QMTestDB', 'Scripts', 'Programs',
-		                'Fragments']
+		                'Fragments', 'Reoptimizer']
 
 		invalid_files = ['Makefile', 'README.txt', '.cvsignore', 'opaquetypes.ll']
 





More information about the llvm-commits mailing list