[PATCH] D115519: [llvm][docs] Describe how to work with patch series on Phabricator
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 16 06:27:17 PST 2021
jhenderson accepted this revision.
jhenderson added a comment.
This revision is now accepted and ready to land.
LGTM, with one remaining grammar fix.
================
Comment at: llvm/docs/Phabricator.rst:173
+* For each commit after that, add the following line to the commit message or patch
+ summary: "Depends on D<num>". Where "<num>" is the patch number of the previous review.
+ This must be entirely on its own line, with a blank line before it.
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115519/new/
https://reviews.llvm.org/D115519
More information about the llvm-commits
mailing list