[llvm-dev] Phabricator Maintenance

David Chisnall via llvm-dev llvm-dev at lists.llvm.org
Tue Jun 23 03:29:30 PDT 2020


On 20/06/2020 00:44, Zachary Turner via llvm-dev wrote:
> You *must* initiate a review via a pull request, and pull request by 
> definition compares your working copy against master.

This is not quite true.  You can do PRs against any branch.  If you are 
a member of the LLVM project, you can create a myname/feature1 branch 
and raise a PR from that to master, then a PR from myname/feature2 
against myname/feature1 and have that reviewed.

David



More information about the llvm-dev mailing list