From 7f84b6c1ba7d3b8eabc9af406f9f7f430b057935 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Thu, 30 Apr 2020 10:51:40 -0700 Subject: [PATCH] [debuginfo-tests] Update Python variable in lit.site.cfg.py --- debuginfo-tests/lit.site.cfg.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debuginfo-tests/lit.site.cfg.py.in b/debuginfo-tests/lit.site.cfg.py.in index a07842a..d5893f5 100644 --- a/debuginfo-tests/lit.site.cfg.py.in +++ b/debuginfo-tests/lit.site.cfg.py.in @@ -22,7 +22,7 @@ config.is_msvc = lit.util.pythonize_bool("@MSVC@") config.llvm_use_sanitizer = "@LLVM_USE_SANITIZER@" -config.python3_executable = "@PYTHON_EXECUTABLE@" +config.python3_executable = "@Python3_EXECUTABLE@" # Support substitution of the tools_dir with user parameters. This is # used when we can't determine the tool dir at configuration time. -- 2.7.4