[pypy-dev] LLVM backend

holger krekel hpk at trillke.net
Mon Feb 7 08:52:30 CET 2005


On Mon, Feb 07, 2005 at 08:46 +0100, holger krekel wrote:
> - - - - - - - - - - - - - - -  recorded stdout - - - - - - - - - - - - - - - 
> modname simple1_wrap
> working in /tmp/usession-129
> llvm-as /tmp/usession-129/simple1.ll -f -o simple1.bc
> llvmc -f -O3 simple1.bc -o simple1_optimized.o
> llc simple1_optimized.o.bc -f -o simple1.s
> _______________________________________________________________________________
> ============= tests finished: 3 passed, 1 failed in 9.79 seconds =============
> 
> contents of usession-129 are on codespeak.net:/home/hpk/usession-129 
> i am beginning to suspect my installation. Is there an easy way to 
> verify that my installation works? 

i manually redid the last steps above and at 

   llvmc -f -O3 simple1.bc -o simple1_optimized.o 
   llvmc: Unexpected unknown exception occurred.

happens but doesn't return exitcode != 0 and so the cmd execution
doesn't fail properly.  So the original "Bytecode corruption" 
really means it can't find the file i think :-) 

    holger



More information about the Pypy-dev mailing list