[PATCH] D47967: [debuginfo-tests] Always use the system python to invoke llgdb.py.
Matthias Braun via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 8 17:26:31 PDT 2018
MatzeB added a comment.
`usr/bin/env` is the recommended way to invoke python... Or is lldb somehow hardcoded to use /usr/bin/python and you need to match this here?
https://reviews.llvm.org/D47967
More information about the llvm-commits
mailing list