[libcxx-commits] [PATCH] D78381: [libc++] Create a small DSL for defining Lit features and parameters

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Apr 28 07:29:08 PDT 2020


ldionne added a comment.

In D78381#2007487 <https://reviews.llvm.org/D78381#2007487>, @davezarzycki wrote:

> Right. Python 2.x was EOLed January 1st, 2020. See: https://www.python.org/dev/peps/pep-0373/#release-schedule
>
> I'm going to revert this due to lack of Python 3 testing.


Thanks for the heads up. Note that the LLVM community decided to keep supporting Python 2 until 2021 AFAICT, which means that we need to support both right now. That's a poor decision IMO because it leads to these situations.

Regardless, I added support for Python3 and I'm going to recommit this. Thanks!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78381/new/

https://reviews.llvm.org/D78381





More information about the libcxx-commits mailing list