[pypy-svn] r12631 - pypy/dist/pypy/documentation

hpk at codespeak.net hpk at codespeak.net
Fri May 20 14:53:11 CEST 2005


Author: hpk
Date: Fri May 20 14:53:11 2005
New Revision: 12631

Modified:
   pypy/dist/pypy/documentation/getting_started.txt
Log:
fixed the LLVM section (it's probably me who introduced
a doubling sentence part). 



Modified: pypy/dist/pypy/documentation/getting_started.txt
==============================================================================
--- pypy/dist/pypy/documentation/getting_started.txt	(original)
+++ pypy/dist/pypy/documentation/getting_started.txt	Fri May 20 14:53:11 2005
@@ -431,20 +431,22 @@
 LLVM  
 +++++ 
 
-LLVM is used by the optional `PyPy/LLVM backend`_ to generate processor 
-indepdendant machine level code for the `low level virtual machine`_ 
-to generate processor independant machine level code.  LLVM can be quite 
-annoying to install: you need a fairly recent version of GCC to compile 
-it and there can be severe problems under windows. Here are detailed 
-instructions on how to install: 
+LLVM is used by the optional `PyPy/LLVM backend`_ to generate
+processor indepdendant machine level code for the `low level
+virtual machine`_.  LLVM can be quite annoying to install: you
+need a fairly recent version of GCC to compile it and there
+can be severe problems under windows.  **NOTE: To use the LLVM
+backend of PyPy you don't need the GCC front end of LLVM, only
+LLVM itself**.  Here are detailed instructions on how to
+install: 
 
     http://llvm.cs.uiuc.edu/docs/GettingStarted.html
 
-**NOTE: To use the LLVM backend of PyPy you don't need the GCC front end 
-of LLVM, only LLVM itself**. If you run into problems with the installation 
-the `LLVM mailing list`_ is very helpful and friendly.  Note also that 
-the PyPy LLVM backend was developed using LLVM 1.4 but it seems to work 
-with LLVM 1.5. Nobody ever tried an older version.
+If you run into problems with the installation the `LLVM
+mailing list`_ is very helpful and friendly.  Note also that
+the PyPy LLVM backend was developed using LLVM 1.4 but it
+seems to work with LLVM 1.5. Nobody ever tried an older
+version.
 
 CLISP
 +++++++



More information about the Pypy-commit mailing list