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

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 17 03:59:24 PST 2020


labath added a comment.

In D72751#1877432 <https://reviews.llvm.org/D72751#1877432>, @paolosev wrote:

> 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.


Committed as c1121908aace019b3e31e24def58a21a978531cd <https://reviews.llvm.org/rGc1121908aace019b3e31e24def58a21a978531cd>.

> 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...

"arc land" never worked. Don't even try it -- all it can do is mess up your local repo. :)

The "git push" error looks like a generic problem with authenticating to github. I'd try creating a dummy personal repo and seeing if you can push there first. Switching to a different transport protocol (`git at github.com` + authentication via ssh keys) is also worth a shot.


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