[PATCH] D26963: [docs] Add user-side for blockers/merges

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 23 12:38:47 PST 2016


tstellarAMD added inline comments.


================
Comment at: docs/HowToReleaseLLVM.rst:264-266
+ #. Regressions should be linked directly as a blocker to that bug, and when
+    fixed on trunk, it should be backported by the code owner as soon as all the
+    tests are done and all the bots are green.
----------------
I think anyone should be able to backport as long as the code owner approves.   This saves the code owner from having to do a lot of extra work.

I also think backport requests should be a separate bugzilla entry from the initial bug report.  I realize this may be inconvenient, but it makes it much easier to track.


Repository:
  rL LLVM

https://reviews.llvm.org/D26963





More information about the llvm-commits mailing list