[clang-cl] Ignore /Wv and /Wv:17 flags
[llvm-project.git] / clang / test / Analysis / exploded-graph-rewriter / lit.local.cfg
blob9786932aa5a164676d35fc2b02f02b0b4a0105e5
1 # -*- Python -*-
3 import lit.util
4 import lit.formats
5 import os
7 use_lit_shell = os.environ.get("LIT_USE_INTERNAL_SHELL")
8 config.test_format = lit.formats.ShTest(use_lit_shell == "0")
10 config.substitutions.append(('%exploded_graph_rewriter',
11                              '\'%s\' %s --dump-dot-only' % (
12                                 config.python_executable,
13                                 os.path.join(
14                                     config.clang_src_dir,
15                                     'utils', 'analyzer', 'exploded-graph-rewriter.py'))))
17 config.suffixes.add('.dot')