[PATCH] D69684: [debuginfo-tests] Don't look for Python 3 if we already have it
Jeremy Morse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 8 03:25:26 PST 2019
jmorse added a comment.
In D69684#1738039 <https://reviews.llvm.org/D69684#1738039>, @aprantl wrote:
> I would very much prefer a hard error over anything automagic. I just wanted to make sure no-one else ( @jmorse ) relies on this functionality.
We don't rely on it either, the testing-for-python-3 rather than a hard dependency was mostly motivated by being un-intrusive on peoples environments. It looks like that's way harder than I expected though.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69684/new/
https://reviews.llvm.org/D69684
More information about the llvm-commits
mailing list