forked from OSchip/llvm-project
Update the Python version. And Perl isn't used anymore.
PR17608 llvm-svn: 193491
This commit is contained in:
parent
7bf172cd45
commit
27f96dae10
|
@ -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` |
|
||||
+--------------------------------------------------------------+-----------------+---------------------------------------------+
|
||||
|
|
|
@ -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
|
||||
========================================
|
||||
|
|
Loading…
Reference in New Issue