diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst index e1ecf868347..2a6b6379dce 100644 --- a/docs/GettingStarted.rst +++ b/docs/GettingStarted.rst @@ -217,9 +217,7 @@ uses the package and provides other details. +--------------------------------------------------------------+-----------------+---------------------------------------------+ | `SVN `_ | >=1.3 | Subversion access to LLVM\ :sup:`2` | +--------------------------------------------------------------+-----------------+---------------------------------------------+ -| `python `_ | >=2.4 | Automated test suite\ :sup:`3` | -+--------------------------------------------------------------+-----------------+---------------------------------------------+ -| `perl `_ | >=5.6.0 | Utilities | +| `python `_ | >=2.5 | Automated test suite\ :sup:`3` | +--------------------------------------------------------------+-----------------+---------------------------------------------+ | `GNU M4 `_ | 1.4 | Macro processor for configuration\ :sup:`4` | +--------------------------------------------------------------+-----------------+---------------------------------------------+ diff --git a/docs/TestingGuide.rst b/docs/TestingGuide.rst index c74f5208892..c9a35cd7463 100644 --- a/docs/TestingGuide.rst +++ b/docs/TestingGuide.rst @@ -21,9 +21,9 @@ tests. Requirements ============ -In order to use the LLVM testing infrastructure, you will need all of -the software required to build LLVM, as well as -`Python `_ 2.4 or later. +In order to use the LLVM testing infrastructure, you will need all of the +software required to build LLVM, as well as `Python `_ 2.5 or +later. LLVM testing infrastructure organization ========================================