Closed osa1 closed 10 years ago
This is from llvm-general
API change that is backwards incompatable, I made the required version (3.3.8.2
) explicit in the cabal file on master.
but now it requires LLVM 3.3...
You're on your own if you want use versions other than what the tutorial instructs you to use. In practice I think the only difference is the name change from moduleString
to moduleLLVMAssembly
but I haven't tested it against the other versions of the bindings.
I'll take a look to see if the changes are trivial, if so I'll add a note about 3.4 compatibility.
Should work on both 3.3 and 3.4 now.