[PATCH] D82861: [Attributor] Add AAValueSimplifyCallSiteArgument::manifest

Shinji Okumura via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 12 04:53:24 PDT 2020


okura added a comment.

In D82861#2146246 <https://reviews.llvm.org/D82861#2146246>, @sstefan1 wrote:

> In D82861#2146242 <https://reviews.llvm.org/D82861#2146242>, @okura wrote:
>
> > In D82861#2137685 <https://reviews.llvm.org/D82861#2137685>, @jdoerfert wrote:
> >
> > > Can you merge this?
> >
> >
> > Do I have a right to merge this by myself? I did `arc patch` and tried to `git push https://github.com/llvm/llvm-project.git HEAD:master` according to the document <https://llvm.org/docs/Phabricator.html#id8>, but I failed to do that.
>
>
> Did you get the commit access? If so, what problems did you have with `git push`?


I got the following message with `git push`

  remote: Permission to llvm/llvm-project.git denied to okuraofvegetable.
  fatal: unable to access 'https://github.com/llvm/llvm-project.git/': The requested URL returned error: 403

>From this message, it seems to me that I don't have commit access.


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

https://reviews.llvm.org/D82861





More information about the llvm-commits mailing list