[PATCH] D69684: [debuginfo-tests] Don't look for Python 3 if we already have it
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 7 14:35:52 PST 2019
rnk added a comment.
Would it be OK if we removed all the logic to redo the python search here, and replace it with a simple version check? So far as I know, most of the rest of LLVM is Python 3 ready, so even if you use python 2 on PATH, there's no reason not to tell cmake to use Python 3.
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