TomBebbington / llvm-rs

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

Remove Modules before Disposing Execution Engine to fix Double Free #30

Closed iwillspeak closed 6 years ago

iwillspeak commented 7 years ago

This fixes TomBebbington/llvm-rs#25 by removing the compiled module from the execution engine before the engine is free'd.