[PATCH] D75853: [Clang][test] Add .i files for test discovery
Sylvain Audi via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 20 15:45:41 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rGf75f19c23748: [Clang][test] Add .i files for test discovery (authored by saudi).
Herald added a subscriber: cfe-commits.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75853/new/
https://reviews.llvm.org/D75853
Files:
clang/test/lit.cfg.py
Index: clang/test/lit.cfg.py
===================================================================
--- clang/test/lit.cfg.py
+++ clang/test/lit.cfg.py
@@ -25,7 +25,7 @@
config.test_format = lit.formats.ShTest(not llvm_config.use_lit_shell)
# suffixes: A list of file extensions to treat as test files.
-config.suffixes = ['.c', '.cpp', '.cppm', '.m', '.mm', '.cu',
+config.suffixes = ['.c', '.cpp', '.i', '.cppm', '.m', '.mm', '.cu',
'.ll', '.cl', '.s', '.S', '.modulemap', '.test', '.rs', '.ifs']
# excludes: A list of directories to exclude from the testsuite. The 'Inputs'
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75853.251790.patch
Type: text/x-patch
Size: 601 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200320/1ed2f562/attachment.bin>
More information about the cfe-commits
mailing list