Hi,

I'm exploring the llvm backend of pypy. Does it work without llvm-gcc ?

I tried the example at doc/getting-started.html and it seems to first
compile to c code then invoke llvm-gcc.

>>> f = t.compile_llvm()
(calls to llvm-gcc)

But I'm also looking at the source for the llvm translator and there is
code there for generating llva directly.

Now I'm trying to run the demos in pypy/translator/llvm/demo.
I assume I can use my regular python to run these.. somehow..

$ python run.py
Traceback (most recent call last):
...
  File "/mnt/hda9/simonb/local/pypy-svn/pypy/annotation/bookkeeper.py", line 
16, in ?
    from pypy.annotation.listdef import ListDef, MOST_GENERAL_LISTDEF
ImportError: cannot import name ListDef

?

Simon.


-- 
Simon Burton, B.Sc.
Licensed PO Box 8066
ANU Canberra 2601
Australia
Ph. 61 02 6249 6940
http://arrowtheory.com 
_______________________________________________
[email protected]
http://codespeak.net/mailman/listinfo/pypy-dev

Reply via email to