Hi folks,
I've updated LLVM-py to work with the latest LLVM.
The patch is available here:
http://code.google.com/p/llvm-py/issues/detail?id=25
The patch can be applied with the command:
patch -p0 < patchfile
Warm Regards
KS Sreeram
Hi folks,
I've updated LLVM-py to work with the latest LLVM.
The patch is available here:
http://code.google.com/p/llvm-py/issues/detail?id=25
The patch can be applied with the command:
patch -p0 < patchfile
Warm Regards
KS Sreeram
Very nice, but llvm-py is not in the llvm.org svn repo, you'll likely to have to send it to someone else.
-Chris
Chris Lattner wrote:
Hi folks,
I've updated LLVM-py to work with the latest LLVM.
The patch is available here:
http://code.google.com/p/llvm-py/issues/detail?id=25The patch can be applied with the command:
patch -p0 < patchfileVery nice, but llvm-py is not in the llvm.org svn repo, you'll likely to have to send it to someone else.
I mailed the list only to let llvm-py users know about the availability of the patch!
- KS