diff options
author | Aleksei Sidorin <a.sidorin@samsung.com> | 2017-12-21 17:41:06 +0000 |
---|---|---|
committer | Aleksei Sidorin <a.sidorin@samsung.com> | 2017-12-21 17:41:06 +0000 |
commit | e45ab56ef1e09267d08e5eb2648b98da405da862 (patch) | |
tree | 2473971d99e524bcd52f48a5a07dda663ce9e501 /lldb/packages/Python/lldbsuite/test | |
parent | c9a845142572ff09cadda9f80610835ad01781e0 (diff) | |
download | bcm5719-llvm-e45ab56ef1e09267d08e5eb2648b98da405da862.tar.gz bcm5719-llvm-e45ab56ef1e09267d08e5eb2648b98da405da862.zip |
[ASTImporterTest] Add mandatory testing with '-fdelayed-template-parsing'
* While running ASTImporterTests, we often forget about Windows MSVC
buildbots which enable '-fdelayed-template-parsing' by default.
This leads to AST import errors because templates are not parsed
and corresponding parts of AST are not built so importer cannot import them.
It takes both reviewing time to find such issues and post-commit time
to fix unexpected buildbot failures. To solve this issue, we enable testing
with '-fdelayed-template-parsing' option enabled by default in addition
to testing with default compiler options. This allows us to catch
the problem during development.
Differential Revision: https://reviews.llvm.org/D41444
llvm-svn: 321285
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
0 files changed, 0 insertions, 0 deletions