This is an archive of the discontinued LLVM Phabricator instance.

Add Python 3.6 and 3.7 to the version list
ClosedPublic

Authored by cbiesinger on Jul 9 2019, 1:09 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

cbiesinger created this revision.Jul 9 2019, 1:09 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 9 2019, 1:09 PM

Be aware that Swig 3.0.12 has a compatibility problem with Python 3.7 that causes hundreds of LLDB tests to fail an assertion (at least on Windows).

http://lists.llvm.org/pipermail/lldb-dev/2019-June/015086.html

I don't think that should block the patch or whether it even warrants a comment, but it seems worth mentioning somewhere for anyone who goes searching for the cause of the failure.

clayborg accepted this revision.Jul 10 2019, 11:44 AM
This revision is now accepted and ready to land.Jul 10 2019, 11:44 AM

Thanks Greg! I'm not a committer -- how do I get this committed?

This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJul 10 2019, 12:19 PM