This is an archive of the discontinued LLVM Phabricator instance.

[lldb/Utils] Use PYTHON_EXECUTABLE to configurelldb-dotest's shebang
ClosedPublic

Authored by JDevlieghere on Mar 13 2020, 4:30 PM.

Details

Summary

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.

Diff Detail

Event Timeline

JDevlieghere created this revision.Mar 13 2020, 4:30 PM
aprantl accepted this revision.Mar 13 2020, 4:37 PM

Yes, that's in the spirit of this script.

This revision is now accepted and ready to land.Mar 13 2020, 4:37 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptMar 15 2020, 8:57 PM

I've been working around this by manually specifying the interpreter for a while now.... I didn't occur to me that the fix is that simple. :)