Ben Burdette wrote:

> No prob!  Either forum is ok for me.  get info output:

Ok, this:

>  ,("ld command","/usr/bin/ld.gold")

means GHC uses ld.gold explicitly

and this

>  ,("LLVM llc command","/usr/bin/llc-3.5")
>  ,("LLVM opt command","/usr/bin/opt-3.5")

means its using the right versions of the llvm tool.

Try compiling and running a simple "Hello world" type program.
Try compiling with and without optimisation.

Erik
-- 
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/
_______________________________________________
ghc-devs mailing list
ghc-devs@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs

Reply via email to