[PATCH] D116331: Documentation for the process of adding new targets
Nick Desaulniers via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 28 10:41:40 PST 2021
nickdesaulniers accepted this revision.
nickdesaulniers added a comment.
This revision is now accepted and ready to land.
LGTM; thanks for adding this. Reading through https://llvm.org/docs/DeveloperPolicy.html#adding-a-new-target, consider adding these numbered points under the bulleted list of points under `The basic rules for a back-end to be upstreamed in experimental mode are:`.
================
Comment at: llvm/docs/DeveloperPolicy.rst:820
+5. Some patches may be approved before others, but only once *all* patches are
+ approved that the whole set can be merged in one go. This is to guarantee
+ that all changes are good as a single block.
----------------
s/that/then/
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116331/new/
https://reviews.llvm.org/D116331
More information about the llvm-commits
mailing list