ChuanqiXu9 wrote:

> @ChuanqiXu9
> 
> I was trying to find a stack review solution. See 
> https://reviewstack.dev/llvm/llvm-project/pull/98974
> 
> You can compare between commits on this UI. What's the stacked PRs approach 
> you were talking about?

For example, you have 2 patches A and B, and B dependent on A. Then you can 
send the patch A to `llvm-project`'s branch 
(https://llvm.org/docs/GitHub.html#branches) instead of your repo and open a PR 
to merge the branch-of-A to main, then you can open another patch for B too and 
open a PR to merge the branch-of-B to branch-of-A.

https://github.com/llvm/llvm-project/pull/98974
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to