diff options
author | Carl Friedrich Bolz <cfbolz@gmx.de> | 2007-03-27 13:28:15 +0000 |
---|---|---|
committer | Carl Friedrich Bolz <cfbolz@gmx.de> | 2007-03-27 13:28:15 +0000 |
commit | 2a987b3fab0d0b9f9c17876de6fd3a193eab46a4 (patch) | |
tree | c27f469ad368dc4a17f626ea909d5280bf6a5d78 /pypy/doc/getting-started.txt | |
parent | lowmem does not exist nowadays (diff) | |
download | pypy-2a987b3fab0d0b9f9c17876de6fd3a193eab46a4.tar.gz pypy-2a987b3fab0d0b9f9c17876de6fd3a193eab46a4.tar.bz2 pypy-2a987b3fab0d0b9f9c17876de6fd3a193eab46a4.zip |
raisingop2directcall is implied by the magic configuration framework, nowadays
Diffstat (limited to 'pypy/doc/getting-started.txt')
-rw-r--r-- | pypy/doc/getting-started.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pypy/doc/getting-started.txt b/pypy/doc/getting-started.txt index d11c9f1082..dc10cb6c7a 100644 --- a/pypy/doc/getting-started.txt +++ b/pypy/doc/getting-started.txt @@ -676,7 +676,7 @@ Translating using the LLVM backend To create a standalone executable using the experimental LLVM_ compiler infrastructure:: - ./translate.py --text --batch --backend=llvm --raisingop2direct_call targetpypystandalone.py + ./translate.py --text --batch --backend=llvm targetpypystandalone.py Translating using the CLI backend +++++++++++++++++++++++++++++++++ |