diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2020-04-30 10:51:40 -0700 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2020-04-30 10:51:45 -0700 |
commit | 7f84b6c1ba7d3b8eabc9af406f9f7f430b057935 (patch) | |
tree | 3ebc151117e650c90338664de7b0f6b08df80b2e /debuginfo-tests | |
parent | [mlir][Linalg] Add support to lower named ops to loops. (diff) | |
download | llvm-project-7f84b6c1ba7d3b8eabc9af406f9f7f430b057935.tar.gz llvm-project-7f84b6c1ba7d3b8eabc9af406f9f7f430b057935.tar.bz2 llvm-project-7f84b6c1ba7d3b8eabc9af406f9f7f430b057935.zip |
[debuginfo-tests] Update Python variable in lit.site.cfg.py
Diffstat (limited to 'debuginfo-tests')
-rw-r--r-- | debuginfo-tests/lit.site.cfg.py.in | 2 |
1 files changed, 1 insertions, 1 deletions
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. |