<div dir="ltr">Hi!<div>I&#39;m new to Haskell and I&#39;m very interested in using it as a base layer for my application.</div><div>I need to generate the LLVM-IR code from ghc compiler, so I&#39;ve got 2 questuions to you:</div>
<div>1) Is the LLVM Backend actively developed or should I be afraid it will be discontinued or broken?</div><div>2) How can I generate the LLVM IR (or bc) files from the compiler? I see that durign compilation with -fllvm -v3 flags the bc files are created but they are immidietly (after usage) deleted - Is it possible to tell the compiler not to delete them?</div>
</div>