haskell / haskell-platform

Distribution of Haskell with batteries included
http://www.haskell.org/platform/
Other
381 stars 91 forks source link

Include LLVM tools #40

Open r0ml opened 10 years ago

r0ml commented 10 years ago

It would be great if LLVM was included with the Haskell Platform so that the LLVM backend could be used out of the box.

r0ml commented 10 years ago

For the 2012.4.0.0 release I'll be including opt and llc with the Windows installer. I was able to compile a helloworld program with -fllvm that way. Please tell me if something else is needed.