This revision was automatically updated to reflect the committed changes.
Closed by commit rG5ed6d99a8311: [lldb] Remove legacy six module for
py2->py3 (authored by rupprecht).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142140/new/
https://review
JDevlieghere accepted this revision.
JDevlieghere added a comment.
This revision is now accepted and ready to land.
LGTM
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142140/new/
https://reviews.llvm.org/D142140
___
rupprecht created this revision.
Herald added a project: All.
rupprecht requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
LLDB only supports Python3 now, so the `six` shim for Python2 is no longer
necessary.
Repository:
rG LLVM Github Mo