OSDN Git Service

[debuginfo-tests] Update Python variable in lit.site.cfg.py
authorJonas Devlieghere <jonas@devlieghere.com>
Thu, 30 Apr 2020 17:51:40 +0000 (10:51 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Thu, 30 Apr 2020 17:51:45 +0000 (10:51 -0700)
debuginfo-tests/lit.site.cfg.py.in

index a07842a..d5893f5 100644 (file)
@@ -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.