Skip to content

Commit e4ea24d

Browse files
AaronBallmantru
authored andcommitted
Remove stale info and fix superscript numbering
This amends 1e06b82 (cherry picked from commit 80e80fa)
1 parent 5ddfea3 commit e4ea24d

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

llvm/docs/GettingStarted.rst

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -281,16 +281,13 @@ uses the package and provides other details.
281281
Package Version Notes
282282
=========================================================== ============ ==========================================
283283
`CMake <http://cmake.org/>`__ >=3.20.0 Makefile/workspace generator
284-
`python <http://www.python.org/>`_ >=3.6 Automated test suite\ :sup:`2`
285-
`zlib <http://zlib.net>`_ >=1.2.3.4 Compression library\ :sup:`3`
286-
`GNU Make <http://savannah.gnu.org/projects/make>`_ 3.79, 3.79.1 Makefile/build processor\ :sup:`4`
284+
`python <http://www.python.org/>`_ >=3.6 Automated test suite\ :sup:`1`
285+
`zlib <http://zlib.net>`_ >=1.2.3.4 Compression library\ :sup:`2`
286+
`GNU Make <http://savannah.gnu.org/projects/make>`_ 3.79, 3.79.1 Makefile/build processor\ :sup:`3`
287287
=========================================================== ============ ==========================================
288288

289289
.. note::
290290

291-
#. Only the C and C++ languages are needed so there's no need to build the
292-
other languages for LLVM's purposes. See `below` for specific version
293-
info.
294291
#. Only needed if you want to run the automated test suite in the
295292
``llvm/test`` directory.
296293
#. Optional, adds compression / uncompression capabilities to selected LLVM

0 commit comments

Comments
 (0)