Skip to content

Commit

Permalink
Revert "[llvm][docs] commit phabricator patch"
Browse files Browse the repository at this point in the history
This reverts commit ef4beb8.

It also removes the prior note about needing to patch ``arcanist``.

This is patch is no longer necessary:
1. arcanist came out of hibernation and updated to support PHP 8.1.
   https://github.com/phacility/arcanist/commits/master
2. llvm/llvm-project is moving to github pull requests starting Sept 1
   (tomorrow).
   https://discourse.llvm.org/t/pull-request-migration-schedule/71595

Fixes: llvm#64470

Reviewed By: MaskRay

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

commit-id:94c4d093
  • Loading branch information
nickdesaulniers authored and smeenai committed Sep 1, 2023
1 parent b4d6cfb commit 033f2af
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 77 deletions.
7 changes: 0 additions & 7 deletions llvm/docs/Phabricator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,6 @@ Phabricator has a tool called *Arcanist* to upload patches from
the command line. To get you set up, follow the
`Arcanist Quick Start`_ instructions.

You may need to apply a fix to your arcanist repo in order to submit a patch:

.. code-block:: console
% cd arcanist
% git am <path/to/llvm-project>/llvm/utils/phabricator/*.patch
You can learn more about how to use arc to interact with
Phabricator in the `Arcanist User Guide`_.
The basic way of creating a revision for the current commit in your local
Expand Down

This file was deleted.

0 comments on commit 033f2af

Please sign in to comment.