id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,os,architecture,failure,difficulty,testcase,blockedby,blocking,related
5903,GHC 7.4.1 32 bit: LLVM backend fails on OSX 64bit,dterei,dterei,"If running:

* GHC: 7.4.1, 32bit
* OSX: 64 bit
* LLVM: 3.0

Things fail because the correct 32bit mode flag isn't being passed to the clang compiler used by the LLVM backend as the assembler.


Work around for now is to compile using:
{{{
$ ghc -opta-m32 -fllvm
}}}

But need to fix for 7.4.2",bug,closed,normal,,Compiler (LLVM),7.4.1,fixed,,,MacOS X,x86_64 (amd64),Compile-time crash,Unknown,,,,
