[llvm-branch-commits] [llvm] e4ea24d - Remove stale info and fix superscript numbering
Tobias Hieta via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Aug 7 00:06:41 PDT 2023
Author: Aaron Ballman
Date: 2023-08-07T09:03:52+02:00
New Revision: e4ea24d2ab6e032263bf4c95022e5610b0c89c9f
URL: https://github.com/llvm/llvm-project/commit/e4ea24d2ab6e032263bf4c95022e5610b0c89c9f
DIFF: https://github.com/llvm/llvm-project/commit/e4ea24d2ab6e032263bf4c95022e5610b0c89c9f.diff
LOG: Remove stale info and fix superscript numbering
This amends 1e06b82bded69fe627d6cd62ecff236fca15f39b
(cherry picked from commit 80e80fa79bf66a74caf959bc420823e2b544dee9)
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-branch-commits
mailing list