[Haskell-cafe] LLVM Backend status

B B blackbox.dev.ml at gmail.com
Thu Jun 27 20:55:57 CEST 2013


Hi!
I'm new to Haskell and I'm very interested in using it as a base layer for
my application.
I need to generate the LLVM-IR code from ghc compiler, so I've got 2
questuions to you:
1) Is the LLVM Backend actively developed or should I be afraid it will be
discontinued or broken?
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?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20130627/cc420d1f/attachment.htm>


More information about the Haskell-Cafe mailing list