You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.