[PATCH] D82767: clang-format: Explicitly use python3
Saleem Abdulrasool via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 6 14:58:58 PDT 2020
compnerd added a subscriber: arsen.
compnerd added a comment.
Thinking a bit more about this, using `/usr/bin/env python` ensures that we actually honour the python version that the user specifies because that allows the user control over the python symlink pointing to either python2 or python3. @arsen what do you think of just unifying on `/usr/bin/env python` across all the scripts?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82767/new/
https://reviews.llvm.org/D82767
More information about the cfe-commits
mailing list