[Lldb-commits] [PATCH] D65436: [docs] Add git to list of Software requirements

Stefan Gränitz via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 30 07:29:50 PDT 2019


sgraenitz updated this revision to Diff 212338.
sgraenitz added a comment.

Remove lldb documentation updates I just added accidentally


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D65436

Files:
  llvm/docs/GettingStarted.rst


Index: llvm/docs/GettingStarted.rst
===================================================================
--- llvm/docs/GettingStarted.rst
+++ llvm/docs/GettingStarted.rst
@@ -160,9 +160,9 @@
 Software
 --------
 
-Compiling LLVM requires that you have several software packages installed. The
-table below lists those required packages. The Package column is the usual name
-for the software package that LLVM depends on. The Version column provides
+Working with LLVM requires that you have several software packages installed.
+The table below lists those required packages. The Package column is the usual
+name for the software package that LLVM depends on. The Version column provides
 "known to work" versions of the package. The Notes column describes how LLVM
 uses the package and provides other details.
 
@@ -503,8 +503,8 @@
 
 A helper script is provided in ``llvm/utils/git-svn/git-llvm``. After you add it
 to your path, you can push committed changes upstream with ``git llvm
-push``. While this creates a Subversion checkout and patches it under the hood,
-it does not require you to have interaction with it.
+push``\ :sup:`1`. While this creates a Subversion checkout and patches it under
+the hood, it does not require you to have interaction with it.
 
 .. code-block:: console
 
@@ -525,6 +525,10 @@
 tell you what it would have done. That can be useful if you're unsure whether
 the right thing will happen.
 
+.. note::
+
+   #. The helper script works with git versions >=2.9.3
+
 Reverting a change when using Git
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65436.212338.patch
Type: text/x-patch
Size: 1575 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190730/91f7e313/attachment.bin>


More information about the lldb-commits mailing list