Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / utils / update_cc_test_checks / Inputs / lit.cfg.example
blob4e221c70b62f74588d66b4b9db07bb81d43ffc9f
1 import lit
2 lit_config.load_config(
3     config, os.path.join(lit_config.params.get('clang_lit_site_cfg')))
4 config.name = 'update_cc_test_checks.py example'
5 config.suffixes = ['.c', '.cpp']
6 config.test_format = lit.formats.ShTest(execute_external=False)
7 config.test_source_root = os.path.dirname(__file__)
8 config.test_exec_root = os.path.dirname(__file__)