Mercurial > hg > CbC > CbC_llvm
view clang/test/Analysis/exploded-graph-rewriter/lit.local.cfg @ 150:1d019706d866
LLVM10
author | anatofuz |
---|---|
date | Thu, 13 Feb 2020 15:10:13 +0900 |
parents | |
children | 0572611fdcc8 |
line wrap: on
line source
# -*- Python -*- import lit.util import lit.formats import os use_lit_shell = os.environ.get("LIT_USE_INTERNAL_SHELL") config.test_format = lit.formats.ShTest(use_lit_shell == "0") config.substitutions.append(('%exploded_graph_rewriter', '\'%s\' %s --dump-dot-only' % ( config.python_executable, lit.util.which('exploded-graph-rewriter.py', os.path.join( config.clang_src_dir, 'utils', 'analyzer'))))) config.suffixes.add('.dot')