This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Remove Python 2 fallback and make Python 3 the only supported configuration.
ClosedPublic

Authored by JDevlieghere on Aug 13 2020, 3:14 PM.

Details

Reviewers
labath
Group Reviewers
Restricted Project
Commits
rGce439cb1c962: [lldb] Remove Python 2 fallback and only support Python 3
Summary

This removes the fallback to Python 2 and makes Python 3 the only supported configuration.

This is the first step as proposed on the mailing list (http://lists.llvm.org/pipermail/lldb-dev/2020-August/016387.html) to fully migrate to Python 3 over the coming releases.

Diff Detail

Event Timeline

JDevlieghere created this revision.Aug 13 2020, 3:14 PM
JDevlieghere requested review of this revision.Aug 13 2020, 3:14 PM
JDevlieghere edited the summary of this revision. (Show Details)

I wonder if we can remove the helper variables such as PYTHON_LIBRARIES now.

I wonder if we can remove the helper variables such as PYTHON_LIBRARIES now.

Yep, that was going to be the next patch :-)

labath accepted this revision.Aug 14 2020, 12:41 AM
This revision is now accepted and ready to land.Aug 14 2020, 12:41 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 14 2020, 8:50 AM