[debuginfo-tests] 7f84b6c - [debuginfo-tests] Update Python variable in lit.site.cfg.py

Jonas Devlieghere via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 30 10:51:56 PDT 2020


Author: Jonas Devlieghere
Date: 2020-04-30T10:51:45-07:00
New Revision: 7f84b6c1ba7d3b8eabc9af406f9f7f430b057935

URL: https://github.com/llvm/llvm-project/commit/7f84b6c1ba7d3b8eabc9af406f9f7f430b057935
DIFF: https://github.com/llvm/llvm-project/commit/7f84b6c1ba7d3b8eabc9af406f9f7f430b057935.diff

LOG: [debuginfo-tests] Update Python variable in lit.site.cfg.py

Added: 
    

Modified: 
    debuginfo-tests/lit.site.cfg.py.in

Removed: 
    


################################################################################
diff  --git a/debuginfo-tests/lit.site.cfg.py.in b/debuginfo-tests/lit.site.cfg.py.in
index a07842a3ce8d..d5893f577aed 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.


        


More information about the llvm-commits mailing list