[all-commits] [llvm/llvm-project] ce439c: [lldb] Remove Python 2 fallback and only support P...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Fri Aug 14 08:50:33 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: ce439cb1c962360267fb7a94d44ad57053787607
      https://github.com/llvm/llvm-project/commit/ce439cb1c962360267fb7a94d44ad57053787607
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-08-14 (Fri, 14 Aug 2020)

  Changed paths:
    M lldb/cmake/modules/FindPythonInterpAndLibs.cmake

  Log Message:
  -----------
  [lldb] Remove Python 2 fallback and only support Python 3

This removes the fallback to Python 2 and makes Python 3 the only
supported configuration. This is the first step to fully migrate to
Python 3 over the coming releases as discussed on the mailing list.

http://lists.llvm.org/pipermail/lldb-dev/2020-August/016388.html

As a reminder, for the current release the test suite and the generated
bindings should remain compatible with Python 2.

Differential revision: https://reviews.llvm.org/D85942




More information about the All-commits mailing list