]> granicus.if.org Git - clang/commitdiff
[analyzer] exploded-graph-rewriter: An attempt to fix Windows buildbots.
authorArtem Dergachev <artem.dergachev@gmail.com>
Sun, 2 Jun 2019 23:17:56 +0000 (23:17 +0000)
committerArtem Dergachev <artem.dergachev@gmail.com>
Sun, 2 Jun 2019 23:17:56 +0000 (23:17 +0000)
Breakage caused by r362340.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@362343 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/exploded-graph-rewriter/lit.local.cfg

index 1ebb25a4001a61fb9596afcf552d1c307bb7929d..98b9da8eb4588453ed9294f55c06b98b84d88472 100644 (file)
@@ -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']