Closed GoogleCodeExporter closed 9 years ago
SVN r60 and above work only with LLVM 2.5. LLVM 2.5 should be out next week, so
I
felt it was "okay" to break the trunk with 2.4.
The errors you're getting with llvm-py-0.5 is because the .so/.pyc/.py from the
SVN
build is still lying around (try deleting them manually from the python site
packages
directory).
Alternatively, you can use LLVM 2.5 SVN with llvm-py SVN.
Original comment by mdevan.f...@gmail.com
on 22 Feb 2009 at 3:22
2.5 eh? Okay, building from SVN.
I didn't really consider that there was a version mismatch because the README
from llvm-py SVN says "This
package will work only with LLVM 2.4 release version"
Still checking out ... configure ... make ... still making ... installing ..
rebuild llvm-py ... reverting my patch to
extra.cpp .. rebuild .. install ... testall.py passes .. intrinsic.py passes ..
and my ctpop code works!
Thanks for the help!
Original comment by andrewda...@gmail.com
on 22 Feb 2009 at 10:04
Closing.
Original comment by mdevan.f...@gmail.com
on 23 Feb 2009 at 5:23
Original issue reported on code.google.com by
andrewda...@gmail.com
on 22 Feb 2009 at 2:44