From: Artem Dergachev Date: Sun, 2 Jun 2019 23:17:56 +0000 (+0000) Subject: [analyzer] exploded-graph-rewriter: An attempt to fix Windows buildbots. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cdd2d1c9f563d391aab51a556ad235d2ddecc38f;p=clang [analyzer] exploded-graph-rewriter: An attempt to fix Windows buildbots. Breakage caused by r362340. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@362343 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Analysis/exploded-graph-rewriter/lit.local.cfg b/test/Analysis/exploded-graph-rewriter/lit.local.cfg index 1ebb25a400..98b9da8eb4 100644 --- a/test/Analysis/exploded-graph-rewriter/lit.local.cfg +++ b/test/Analysis/exploded-graph-rewriter/lit.local.cfg @@ -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']