diff options
| author | Roman Divacky <rdivacky@FreeBSD.org> | 2009-11-18 14:59:57 +0000 |
|---|---|---|
| committer | Roman Divacky <rdivacky@FreeBSD.org> | 2009-11-18 14:59:57 +0000 |
| commit | b3d5a323a5ca92ea73443499cee2f15db1ff0fb3 (patch) | |
| tree | 60a1694bec5a44d15456acc880cb2f91619f66aa /utils/C++Tests/LLVM-Syntax/lit.local.cfg | |
| parent | 8f57cb0305232cb53fff00ef151ca716766f3437 (diff) | |
Notes
Diffstat (limited to 'utils/C++Tests/LLVM-Syntax/lit.local.cfg')
| -rw-r--r-- | utils/C++Tests/LLVM-Syntax/lit.local.cfg | 3 |
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'] |
