Closed
Description
The CompileController
's after_llvm
phase should (I believe) allow the programmer to access the generated LLVM IR for the various modules. However, the after_llvm
phase is called after the end of phase 5, and at the end of phase 5 the LLVM modules are deallocated. I'm not sure what the right solution is here, but it would be fabulous to have programmatic access to the LLVM IR.