summaryrefslogtreecommitdiff
path: root/utils/C++Tests/LLVM-Syntax/lit.local.cfg
diff options
context:
space:
mode:
authorRoman Divacky <rdivacky@FreeBSD.org>2009-11-18 14:59:57 +0000
committerRoman Divacky <rdivacky@FreeBSD.org>2009-11-18 14:59:57 +0000
commitb3d5a323a5ca92ea73443499cee2f15db1ff0fb3 (patch)
tree60a1694bec5a44d15456acc880cb2f91619f66aa /utils/C++Tests/LLVM-Syntax/lit.local.cfg
parent8f57cb0305232cb53fff00ef151ca716766f3437 (diff)
Notes
Diffstat (limited to 'utils/C++Tests/LLVM-Syntax/lit.local.cfg')
-rw-r--r--utils/C++Tests/LLVM-Syntax/lit.local.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/C++Tests/LLVM-Syntax/lit.local.cfg b/utils/C++Tests/LLVM-Syntax/lit.local.cfg
index 8375f0920d3d..25728bc39f47 100644
--- a/utils/C++Tests/LLVM-Syntax/lit.local.cfg
+++ b/utils/C++Tests/LLVM-Syntax/lit.local.cfg
@@ -20,4 +20,5 @@ config.test_format = lit.formats.SyntaxCheckTest(compiler=root.clang,
'-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']