From 88429cfb39df6f62e521968ba0b2780f38a261d9 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Sun, 27 Oct 2013 04:02:21 +0000 Subject: Update the Python version. And Perl isn't used anymore. PR17608 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193491 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/GettingStarted.rst | 4 +--- docs/TestingGuide.rst | 6 +++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst index e1ecf86834..2a6b6379dc 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 c74f520889..c9a35cd746 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 ======================================== -- cgit v1.2.3