mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 14:20:17 +00:00
[doc] Add .arcconfig setup to the "how to work with a monorepo" section
llvm-svn: 288562
This commit is contained in:
parent
1fbb0f6dd9
commit
05049bed02
@ -736,6 +736,17 @@ commited. Note that a current limitation is that `git` does not directly record
|
||||
file rename, and thus it is propagated to SVN as a combination of delete-add
|
||||
instead of a file rename.
|
||||
|
||||
If you are using `arc` to interact with Phabricator, you need to manually put it
|
||||
at the root of the checkout:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
% cd $TOP_LEVEL_DIR
|
||||
% cp llvm/.arcconfig ./
|
||||
% mkdir -p .git/info/
|
||||
% echo .arcconfig >> .git/info/exclude
|
||||
|
||||
|
||||
Local LLVM Configuration
|
||||
------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user