bscarlet / llvm-general

Rich LLVM bindings for Haskell (with transfer of LLVM IR to and from C++, detailed compilation pass control, etc.)
http://hackage.haskell.org/package/llvm-general
132 stars 38 forks source link

3.5? #144

Closed spacekitteh closed 9 years ago

spacekitteh commented 9 years ago

When is LLVM 3.5 gonna be supported?

bscarlet commented 9 years ago

Quite soon, hopefully. The awful mess that is the new attribute interface has taken more brain space to design around than I've had available. I've recently gotten the full OK from Google (my employer) to work on it one day a week, so development is picking up again.

spacekitteh commented 9 years ago

Sweet. Godspeed!

bscarlet commented 9 years ago

The new attribute API is finally disentangled. Proceeding to the other API changes, which will hopefully be smaller.

bscarlet commented 9 years ago

It's up on hackage now.