[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 Oct 31 14:24:50 PDT 2019


rnk added a comment.

In D69684#1729308 <https://reviews.llvm.org/D69684#1729308>, @aprantl wrote:

> I thought we already had a check in place that refuses to run debuginfo-tests for Python < 3? Can this be removed entirely?


Yes, this is that check. I've already configured cmake with Python 3, but it throws all that info away and re-runs find_package, which finds Python 2 instead of 3. The intention of this logic is to... just not do anything if we already have 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