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

Tanya Brethour tbrethou at cs.uiuc.edu
Sat Nov 20 15:36:34 PST 2004



Changes in directory llvm/test/QMTest:

llvmdb.py updated: 1.14 -> 1.15
---
Log message:

Added Archive to the list of directories qmtest should ignore.


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

Index: llvm/test/QMTest/llvmdb.py
diff -u llvm/test/QMTest/llvmdb.py:1.14 llvm/test/QMTest/llvmdb.py:1.15
--- llvm/test/QMTest/llvmdb.py:1.14	Sat Nov  6 15:02:29 2004
+++ llvm/test/QMTest/llvmdb.py	Sat Nov 20 17:36:24 2004
@@ -164,7 +164,7 @@
 		#
 		# Record names of invalid directories and files.
 		#
-		invalid_dirs = ['lib', 'Output', 'CVS', 'QMTest', 'QMTestDB', 'Scripts', 'Programs','Fragments', 'Reoptimizer', 'Debugger', 'tmp']
+		invalid_dirs = ['lib', 'Output', 'CVS', 'QMTest', 'QMTestDB', 'Scripts', 'Programs','Fragments', 'Reoptimizer', 'Debugger', 'tmp', 'Archive']
 
 		invalid_files = ['Makefile', 'README.txt', '.cvsignore', 'opaquetypes.ll', 'constexpr.ll.bc-13','dg.exp','site.exp' ]
 






More information about the llvm-commits mailing list