diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2013-01-18 19:27:43 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2013-01-18 19:27:43 +0000 |
commit | 55c6f0c6144b218e392c511f9e33b05bde08015f (patch) | |
tree | 7805273824ba69d372042055f522d2d214db1294 /docs/GettingStarted.rst | |
parent | 317794939cda6fe9bff2ba45c9040185cfa39802 (diff) | |
download | external_llvm-55c6f0c6144b218e392c511f9e33b05bde08015f.zip external_llvm-55c6f0c6144b218e392c511f9e33b05bde08015f.tar.gz external_llvm-55c6f0c6144b218e392c511f9e33b05bde08015f.tar.bz2 |
Documentation: remove all mentions of DejaGNU and Tcl
We don't have DejaGNU tests now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172836 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.rst')
-rw-r--r-- | docs/GettingStarted.rst | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst index 8503396..596ae3c 100644 --- a/docs/GettingStarted.rst +++ b/docs/GettingStarted.rst @@ -217,11 +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` | +--------------------------------------------------------------+-----------------+---------------------------------------------+ -| `DejaGnu <http://savannah.gnu.org/projects/dejagnu>`_ | 1.4.2 | Automated test suite\ :sup:`3` | -+--------------------------------------------------------------+-----------------+---------------------------------------------+ -| `tcl <http://www.tcl.tk/software/tcltk/>`_ | 8.3, 8.4 | Automated test suite\ :sup:`3` | -+--------------------------------------------------------------+-----------------+---------------------------------------------+ -| `expect <http://expect.nist.gov/>`_ | 5.38.0 | Automated test suite\ :sup:`3` | +| `python <http://www.python.org/>`_ | >=2.4 | Automated test suite\ :sup:`3` | +--------------------------------------------------------------+-----------------+---------------------------------------------+ | `perl <http://www.perl.com/download.csp>`_ | >=5.6.0 | Utilities | +--------------------------------------------------------------+-----------------+---------------------------------------------+ |