[Haskell-cafe] Will GHC 6.14 with LLVM use LLVM C compiler to compile external C Libraries

Felipe Lessa felipe.lessa at gmail.com
Thu Sep 9 20:18:40 EDT 2010


On Thu, Sep 9, 2010 at 9:08 PM, John Lask <jvlask at hotmail.com> wrote:
> so it seems that the gcc support infrastructure that is currently integrated
> into ghc will still be required. Then the question arises what library
> formats will ghc use under the circumstances ?(.bc, .a) and how will the two
> be integrated?

As far as I know, the same files are used.  See [1], for example.

[1] http://llvm.org/docs/GoldPlugin.html

Cheers!

-- 
Felipe.


More information about the Haskell-Cafe mailing list