summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api
diff options
context:
space:
mode:
authorAleksei Sidorin <a.sidorin@samsung.com>2017-12-21 17:41:06 +0000
committerAleksei Sidorin <a.sidorin@samsung.com>2017-12-21 17:41:06 +0000
commite45ab56ef1e09267d08e5eb2648b98da405da862 (patch)
tree2473971d99e524bcd52f48a5a07dda663ce9e501 /lldb/packages/Python/lldbsuite/test/python_api
parentc9a845142572ff09cadda9f80610835ad01781e0 (diff)
downloadbcm5719-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/python_api')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud