[cfe-commits] r88836 - /cfe/trunk/utils/C++Tests/LLVM-Syntax/lit.local.cfg

Daniel Dunbar daniel at zuster.org
Sat Nov 14 23:11:13 PST 2009


Author: ddunbar
Date: Sun Nov 15 01:11:12 2009
New Revision: 88836

URL: http://llvm.org/viewvc/llvm-project?rev=88836&view=rev
Log:
Use the other excludes syntax.

Modified:
    cfe/trunk/utils/C++Tests/LLVM-Syntax/lit.local.cfg

Modified: cfe/trunk/utils/C++Tests/LLVM-Syntax/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/utils/C%2B%2BTests/LLVM-Syntax/lit.local.cfg?rev=88836&r1=88835&r2=88836&view=diff

==============================================================================
--- cfe/trunk/utils/C++Tests/LLVM-Syntax/lit.local.cfg (original)
+++ cfe/trunk/utils/C++Tests/LLVM-Syntax/lit.local.cfg Sun Nov 15 01:11:12 2009
@@ -14,13 +14,11 @@
                                                  dir='%s/include/llvm' % root.llvm_src_root,
                                                  recursive=False,
                                                  pattern='^(.*\\.h|[^.]*)$',
-                                                 excludes=['DAGISelHeader.h',
-                                                           'AIXDataTypesFix.h',
-                                                           'Solaris.h'],
                                                  extra_cxx_args=['-D__STDC_LIMIT_MACROS',
                                                                  '-D__STDC_CONSTANT_MACROS',
                                                                  '-Wno-sign-compare',
                                                                  '-I%s/include' % root.llvm_src_root,
                                                                  '-I%s/include' % root.llvm_obj_root])
 
-config.excludes = ['AbstractTypeUser.h']
+config.excludes = ['AbstractTypeUser.h', 'DAGISelHeader.h',
+                   'AIXDataTypesFix.h', 'Solaris.h']





More information about the cfe-commits mailing list