[llvm] 509fe20 - docs: Document workaround for arcanist failures

Mehdi Amini via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 13 20:25:54 PDT 2021


Author: Tom Stellard
Date: 2021-10-14T03:25:36Z
New Revision: 509fe20fbca767a65b9c27750ea9d372ed2ab05a

URL: https://github.com/llvm/llvm-project/commit/509fe20fbca767a65b9c27750ea9d372ed2ab05a
DIFF: https://github.com/llvm/llvm-project/commit/509fe20fbca767a65b9c27750ea9d372ed2ab05a.diff

LOG: docs: Document workaround for arcanist failures

Reviewed By: smeenai

Differential Revision: https://reviews.llvm.org/D110976

Added: 
    

Modified: 
    llvm/docs/GettingStarted.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst
index 986237f5713c..84d97e810d70 100644
--- a/llvm/docs/GettingStarted.rst
+++ b/llvm/docs/GettingStarted.rst
@@ -467,8 +467,16 @@ corresponding to the review you wish to send, up-to-date with the upstream
 can start `a Phabricator review <Phabricator.html>`_ (or use ``git show`` or
 ``git format-patch`` to output the 
diff , and attach it to an email message).
 
-However, using the "Arcanist" tool is often easier. After `installing
-arcanist`_, you can upload the latest commit using:
+However, using the "Arcanist" tool is often easier. After `installing arcanist`_, you
+will also need to apply a fix to your arcanist repo in order to submit a patch:
+
+.. code-block:: console
+
+  % cd arcanist
+  % git fetch https://github.com/rashkov/arcanist update_cacerts
+  % git cherry-pick e3659d43d8911e91739f3b0c5935598bceb859aa
+
+Once this is all done, you can upload the latest commit using:
 
 .. code-block:: console
 


        


More information about the llvm-commits mailing list