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

Paolo Severini via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Feb 14 16:03:51 PST 2020


paolosev added a comment.

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

> yeah, go for it.


Hi @labath, can I ask you the favor to land this patch for me?  I have rebased it because the logic of SystemInitializers have changed with new macros.

I asked commit access and I should have obtained it, but when I try to land this patch either with 'arc land' or with 'git push' I get a permission error:

  git push --dry-run
  Password for 'https://paolosevMSFT@github.com':
  remote: Permission to llvm/llvm-project.git denied to paolosevMSFT.
  fatal: unable to access 'https://paolosevMSFT@github.com/llvm/llvm-project.git/': The requested URL returned error: 403

Maybe there is something I have not understood in the process...


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