[Lldb-commits] [PATCH] D72751: [LLDB] Add DynamicLoaderWasmDYLD plugin for WebAssembly debugging

Paolo Severini via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 6 16:35:07 PST 2020


paolosev reopened this revision.
paolosev added a comment.
This revision is now accepted and ready to land.

In D72751#1862140 <https://reviews.llvm.org/D72751#1862140>, @labath wrote:

> As promised, here are the comments on the new tests. I think that most of the py3 incompatibilities will go away once we get rid of the yaml preprocessing step, but it would be good to verify this with python 3 nonetheless...


Thank you! Removing the yaml preprocessing indeed simplify everything, now tests should work both with Python 2 and 3.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72751





More information about the lldb-commits mailing list