[all-commits] [llvm/llvm-project] 2059d2: [lldb/Utils] Use PYTHON_EXECUTABLE to configure ll...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Sun Mar 15 20:34:26 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2059d28bfd3cfedfcf7420f1c4627219811e81c4
https://github.com/llvm/llvm-project/commit/2059d28bfd3cfedfcf7420f1c4627219811e81c4
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-03-15 (Sun, 15 Mar 2020)
Changed paths:
M lldb/utils/lldb-dotest/lldb-dotest.in
Log Message:
-----------
[lldb/Utils] Use PYTHON_EXECUTABLE to configure lldb-dotest's shebang
Ideally we'd want all shebangs to be configurable, but that's not a
viable solution. Given that lldb-dotest is already configured, we might
as well make sure it uses the correct interpreter.
Differential revision: https://reviews.llvm.org/D76167
More information about the All-commits
mailing list