From e4ea24d2ab6e032263bf4c95022e5610b0c89c9f Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Tue, 1 Aug 2023 07:17:27 -0400 Subject: [PATCH] Remove stale info and fix superscript numbering This amends 1e06b82bded69fe627d6cd62ecff236fca15f39b (cherry picked from commit 80e80fa79bf66a74caf959bc420823e2b544dee9) --- llvm/docs/GettingStarted.rst | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst index 437c831..048d521 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 `__ >=3.20.0 Makefile/workspace generator -`python `_ >=3.6 Automated test suite\ :sup:`2` -`zlib `_ >=1.2.3.4 Compression library\ :sup:`3` -`GNU Make `_ 3.79, 3.79.1 Makefile/build processor\ :sup:`4` +`python `_ >=3.6 Automated test suite\ :sup:`1` +`zlib `_ >=1.2.3.4 Compression library\ :sup:`2` +`GNU 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 -- 2.7.4