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

John Criswell criswell at cs.uiuc.edu
Mon Mar 15 12:20:02 PST 2004


Changes in directory llvm/test/QMTest:

llvmdb.py updated: 1.11 -> 1.12

---
Log message:

Ignore the Regressions Debugger directory.  It is not automatic yet.



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

Index: llvm/test/QMTest/llvmdb.py
diff -u llvm/test/QMTest/llvmdb.py:1.11 llvm/test/QMTest/llvmdb.py:1.12
--- llvm/test/QMTest/llvmdb.py:1.11	Tue Dec  2 08:52:12 2003
+++ llvm/test/QMTest/llvmdb.py	Mon Mar 15 12:19:29 2004
@@ -164,7 +164,7 @@
 		# Record names of invalid directories and files.
 		#
 		invalid_dirs = ['CVS', 'QMTest', 'QMTestDB', 'Scripts', 'Programs',
-		                'Fragments', 'Reoptimizer', 'tmp']
+		                'Fragments', 'Reoptimizer', 'Debugger', 'tmp']
 
 		invalid_files = ['Makefile', 'README.txt', '.cvsignore', 'opaquetypes.ll']
 





More information about the llvm-commits mailing list