[llvm] 80e80fa - Remove stale info and fix superscript numbering

Aaron Ballman via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 1 04:18:08 PDT 2023


Author: Aaron Ballman
Date: 2023-08-01T07:17:27-04:00
New Revision: 80e80fa79bf66a74caf959bc420823e2b544dee9

URL: https://github.com/llvm/llvm-project/commit/80e80fa79bf66a74caf959bc420823e2b544dee9
DIFF: https://github.com/llvm/llvm-project/commit/80e80fa79bf66a74caf959bc420823e2b544dee9.diff

LOG: Remove stale info and fix superscript numbering

This amends 1e06b82bded69fe627d6cd62ecff236fca15f39b

Added: 
    

Modified: 
    llvm/docs/GettingStarted.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst
index 437c831c9ae9ac..048d521670f5c7 100644
--- a/llvm/docs/GettingStarted.rst
+++ b/llvm/docs/GettingStarted.rst
@@ -281,16 +281,13 @@ uses the package and provides other details.
 Package                                                     Version      Notes
 =========================================================== ============ ==========================================
 `CMake <http://cmake.org/>`__                               >=3.20.0     Makefile/workspace generator
-`python <http://www.python.org/>`_                          >=3.6        Automated test suite\ :sup:`2`
-`zlib <http://zlib.net>`_                                   >=1.2.3.4    Compression library\ :sup:`3`
-`GNU Make <http://savannah.gnu.org/projects/make>`_         3.79, 3.79.1 Makefile/build processor\ :sup:`4`
+`python <http://www.python.org/>`_                          >=3.6        Automated test suite\ :sup:`1`
+`zlib <http://zlib.net>`_                                   >=1.2.3.4    Compression library\ :sup:`2`
+`GNU Make <http://savannah.gnu.org/projects/make>`_         3.79, 3.79.1 Makefile/build processor\ :sup:`3`
 =========================================================== ============ ==========================================
 
 .. note::
 
-   #. Only the C and C++ languages are needed so there's no need to build the
-      other languages for LLVM's purposes. See `below` for specific version
-      info.
    #. Only needed if you want to run the automated test suite in the
       ``llvm/test`` directory.
    #. Optional, adds compression / uncompression capabilities to selected LLVM


        


More information about the llvm-commits mailing list