TomBebbington / llvm-rs

LLVM wrappers for Rust
BSD 3-Clause "New" or "Revised" License
68 stars 27 forks source link

LLVMCreateMCJITCompilerForModule expects a u64, not size_t #11

Closed Hywan closed 8 years ago

Hywan commented 8 years ago

Now it compiles :-).

TomBebbington commented 8 years ago

I'll try and get this fully working but thanks for your work.

Hywan commented 8 years ago

Actually the latest version of llvm-sys fixed this bug…