summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-10-27 04:02:21 +0000
committerBill Wendling <isanbard@gmail.com>2013-10-27 04:02:21 +0000
commit88429cfb39df6f62e521968ba0b2780f38a261d9 (patch)
tree3c4af8ab5f414769ab25d551630338284e86a6e9 /docs
parent40c5c3b741fd301a1b4c19407016442cd3a6dfde (diff)
downloadllvm-88429cfb39df6f62e521968ba0b2780f38a261d9.tar.gz
llvm-88429cfb39df6f62e521968ba0b2780f38a261d9.tar.bz2
llvm-88429cfb39df6f62e521968ba0b2780f38a261d9.tar.xz
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
Diffstat (limited to 'docs')
-rw-r--r--docs/GettingStarted.rst4
-rw-r--r--docs/TestingGuide.rst6
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 <http://subversion.tigris.org/project_packages.html>`_ | >=1.3 | Subversion access to LLVM\ :sup:`2` |
+--------------------------------------------------------------+-----------------+---------------------------------------------+
-| `python <http://www.python.org/>`_ | >=2.4 | Automated test suite\ :sup:`3` |
-+--------------------------------------------------------------+-----------------+---------------------------------------------+
-| `perl <http://www.perl.com/download.csp>`_ | >=5.6.0 | Utilities |
+| `python <http://www.python.org/>`_ | >=2.5 | Automated test suite\ :sup:`3` |
+--------------------------------------------------------------+-----------------+---------------------------------------------+
| `GNU M4 <http://savannah.gnu.org/projects/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 <http://python.org>`_ 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 <http://python.org>`_ 2.5 or
+later.
LLVM testing infrastructure organization
========================================