forked from OSchip/llvm-project
[analyzer] exploded-graph-rewriter: An attempt to fix Windows buildbots.
Breakage caused by r362340. llvm-svn: 362343
This commit is contained in:
parent
50b35caf30
commit
0ac4ab48fc
|
@ -7,7 +7,7 @@ config.test_format = lit.formats.ShTest(use_lit_shell == "0")
|
|||
|
||||
config.substitutions.append(('%exploded_graph_rewriter',
|
||||
lit.util.which('exploded-graph-rewriter.py',
|
||||
os.path.join(config.clang_src_dir,
|
||||
'utils', 'analyzer'))))
|
||||
config.clang_src_dir +
|
||||
'/utils/analyzer')))
|
||||
|
||||
config.suffixes = ['.dot']
|
||||
|
|
Loading…
Reference in New Issue