[GHC] #7999: Support QNXNTO-arm for LLVM backend
#7999: Support QNXNTO-arm for LLVM backend ------------------------------------+--------------------------------------- Reporter: singpolyma | Owner: Type: bug | Status: new Priority: normal | Component: Compiler Version: 7.7 | Keywords: Os: QNX | Architecture: arm Failure: GHC doesn't work at all | Blockedby: Blocking: | Related: ------------------------------------+--------------------------------------- I thought I had submitted this before, but I guess not. This patch just adds the configuration needed for the LLVM backend to know about QNXNTO for ARM. -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7999> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#7999: Support QNXNTO-arm for LLVM backend ------------------------------------+--------------------------------------- Reporter: singpolyma | Owner: Type: bug | Status: patch Priority: normal | Component: Compiler Version: 7.7 | Keywords: Os: QNX | Architecture: arm Failure: GHC doesn't work at all | Blockedby: Blocking: | Related: ------------------------------------+--------------------------------------- Changes (by singpolyma): * status: new => patch -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7999#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#7999: Support QNXNTO-arm for LLVM backend ---------------------------+------------------------------------------------ Reporter: singpolyma | Owner: Type: bug | Status: closed Priority: normal | Component: Compiler Version: 7.7 | Resolution: fixed Keywords: | Os: QNX Architecture: arm | Failure: GHC doesn't work at all Blockedby: | Blocking: Related: | ---------------------------+------------------------------------------------ Changes (by thoughtpolice): * status: patch => closed * resolution: => fixed Comment: Merged, thanks. {{{ commit 6ca7525b1004ab081c5708007d58175867434a84 Author: Stephen Paul Weber <singpolyma@singpolyma.net> Date: Wed Jun 19 20:22:45 2013 -0500 Support QNXNTO for arm under LLVM Signed-off-by: Austin Seipp <aseipp@pobox.com> compiler/llvmGen/LlvmCodeGen/Ppr.hs | 3 +++ 1 file changed, 3 insertions(+) }}} -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7999#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC