[GHC] #7617: LLVM backend broken on 32bit OS X (when 64bit host)

#7617: LLVM backend broken on 32bit OS X (when 64bit host) -------------------------------+-------------------------------------------- Reporter: dterei | Owner: dterei Type: bug | Status: new Priority: normal | Component: Compiler (LLVM) Version: | Keywords: Os: MacOS X | Architecture: x86_64 (amd64) Failure: Compile-time crash | Blockedby: Blocking: | Related: -------------------------------+-------------------------------------------- OSX 32bit GHC is broken when running on a 64bit host. This is as we aren't passing the correct flags through to clang (the assembler used) to indicate it should compile as 32bit instead of 64bit... -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7617 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#7617: LLVM backend broken on 32bit OS X (when 64bit host)
-------------------------------+--------------------------------------------
Reporter: dterei | Owner: dterei
Type: bug | Status: new
Priority: normal | Component: Compiler (LLVM)
Version: | Keywords:
Os: MacOS X | Architecture: x86_64 (amd64)
Failure: Compile-time crash | Blockedby:
Blocking: | Related:
-------------------------------+--------------------------------------------
Comment(by davidterei@…):
commit fa1e5933bf39f3c4cc09457f7fc9d7e928b5e611
{{{
Author: David Terei

#7617: LLVM backend broken on 32bit OS X (when 64bit host) -------------------------------+-------------------------------------------- Reporter: dterei | Owner: dterei Type: bug | Status: closed Priority: normal | Component: Compiler (LLVM) Version: | Resolution: fixed Keywords: | Os: MacOS X Architecture: x86_64 (amd64) | Failure: Compile-time crash Blockedby: | Blocking: Related: | -------------------------------+-------------------------------------------- Changes (by dterei): * status: new => closed * resolution: => fixed -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7617#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC