[Haskell-cafe] gloss-raster: Couldn't figure out LLVM version! (osx 10.8.5)

Carter Schonwald carter.schonwald at gmail.com
Thu Mar 6 15:30:30 UTC 2014


Alternatively you could just remove the fllvm flag from the gloss raster
cabal file.

I actually spoke with Ben about this, and he insists that the performance
different is large enough to be worth only supporting fllvm for his lib.

On Thursday, March 6, 2014, Brandon Allbery <allbery.b at gmail.com> wrote:

> On Thu, Mar 6, 2014 at 10:07 AM, Miroslav Karpis <
> miroslav.karpis at gmail.com<javascript:_e(%7B%7D,'cvml','miroslav.karpis at gmail.com');>
> > wrote:
>
>> In the file I can see following lines:
>> ("LLVM llc command", "llc"),
>> ("LLVM opt command", "opt")
>>
>> When I changed llc to "usr/bin/llvm-gcc" nothing happened. So I guess I
>> should edit something else?,….
>>
>
> llc is not llvm-gcc (and even if it were, the leading / on /usr/bin is not
> optional). If you have LLVM installed via brew, you are probably looking
> for /usr/local/bin/llc and /usr/local/bin/opt for those two.
>
> --
> brandon s allbery kf8nh                               sine nomine
> associates
> allbery.b at gmail.com <javascript:_e(%7B%7D,'cvml','allbery.b at gmail.com');>
> ballbery at sinenomine.net<javascript:_e(%7B%7D,'cvml','ballbery at sinenomine.net');>
> unix, openafs, kerberos, infrastructure, xmonad
> http://sinenomine.net
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20140306/54a073bb/attachment.html>


More information about the Haskell-Cafe mailing list