[llvm-dev] How to submit a series of patches in a single review

shaka via llvm-dev llvm-dev at lists.llvm.org
Fri Dec 10 03:39:58 PST 2021


Sounds good! I will have a try. Thanks

------------------ Original ------------------
From: David Spickett <david.spickett at linaro.org>
Date: Fri,Dec 10,2021 7:35 PM
To: shaka <447521189 at qq.com>
Cc: llvm-dev <llvm-dev at lists.llvm.org>
Subject: Re: [llvm-dev] How to submit a series of patches in a single review



It's not automated, but what I do is upload them all then go to "Edit
related revisions" on the review page and link them together that way.
Then you should see a "Stack" in the "Revision contents" section.
(e.g. https://reviews.llvm.org/D107140)

On Fri, 10 Dec 2021 at 11:28, shaka via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
>
> Hi all,
>
> I'm new for community contribution and I wonder is there a way to submit patch series in a single review?
> For example I have 2 patches: A and B. B depends on A. How can I submit them together?
> 1. The Web interface (https://llvm.org/docs/Phabricator.html#requesting-a-review-via-the-web-interface) seems doesn't allow uploading multiple patches.
> 2. I also tried the command line tool arc (https://llvm.org/docs/Phabricator.html#requesting-a-review-via-the-command-line) by invoking `arc diff HEAD~` on each commit.
>     But these produce 2 seperate reviews and lose dependency.
>
> Any advice?
>
> Best regards,
> Shaka
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20211210/e18024c1/attachment.html>


More information about the llvm-dev mailing list