diff options
author | Alp Toker <alp@nuanti.com> | 2013-11-15 13:37:49 +0000 |
---|---|---|
committer | Alp Toker <alp@nuanti.com> | 2013-11-15 13:37:49 +0000 |
commit | 9c5ae47c94ffae49eed805dc27a736b8958e157c (patch) | |
tree | f374a3d3f16a0f2c25504d599c5e1860f8811d16 /clang/test/ASTMerge | |
parent | bf50fbfc21b064294420039b87171c2bf025372a (diff) | |
download | bcm5719-llvm-9c5ae47c94ffae49eed805dc27a736b8958e157c.tar.gz bcm5719-llvm-9c5ae47c94ffae49eed805dc27a736b8958e157c.zip |
Ignore test Inputs globally and remove redundant lit.local.cfg files
By adding a default config.excludes pattern we can avoid individual
suppressions in subdirectories.
This matches LLVM's lit.cfg which also excludes a few other common non-test
filenames for consistency.
llvm-svn: 194814
Diffstat (limited to 'clang/test/ASTMerge')
-rw-r--r-- | clang/test/ASTMerge/Inputs/lit.local.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/ASTMerge/Inputs/lit.local.cfg b/clang/test/ASTMerge/Inputs/lit.local.cfg deleted file mode 100644 index e6f55eef7af..00000000000 --- a/clang/test/ASTMerge/Inputs/lit.local.cfg +++ /dev/null @@ -1 +0,0 @@ -config.suffixes = [] |