[PATCH] D129232: [llvm][docs] add another patch for `arc patch` fix

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 7 10:38:42 PDT 2022


nickdesaulniers added inline comments.


================
Comment at: llvm/docs/GettingStarted.rst:479-482
   % git fetch https://github.com/rashkov/arcanist update_cacerts
   % git cherry-pick e3659d43d8911e91739f3b0c5935598bceb859aa
+  % git fetch https://github.com/nickdesaulniers/arcanist/ php_8_1
+  % git cherry-pick 1e2f4b15a87659a17bad5abcdbf73fbc7a02fab8
----------------
dblaikie wrote:
> perhaps we should put these patches somewhere in the llvm repo?
Great idea! If others delete their github branches, these instructions become stale. I will change these directions to apply patches from the llvm-project sources that we can commit/revise.  Thoughts on where I should commit such patches in the tree?

Perhaps I should create llvm/utils/phabricator/ ?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129232/new/

https://reviews.llvm.org/D129232



More information about the llvm-commits mailing list