[GHC] #9653: globalRegMaybe not defined for qnx-nto-arm
GHC
ghc-devs at haskell.org
Tue Sep 30 23:14:52 UTC 2014
#9653: globalRegMaybe not defined for qnx-nto-arm
----------------------------------------------+---------------------------
Reporter: singpolyma | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.8.3
Resolution: | Keywords:
Operating System: QNX | Architecture: arm
Type of failure: Building GHC failed | Difficulty: Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Revisions: |
----------------------------------------------+---------------------------
Comment (by singpolyma):
includes/stg/MachRegs.h contains information for arm, and
compiler/codeGen/CodeGen/Platform/ARM.hs says to use it, but
includes/CodeGen.Platform.hs does not mention MACHREGS_arm anywhere, and
does not have the register-name-to-indices #defines present. I'm not sure
what the index values are supposed to be in this case, so I'm not sure how
to proceed.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9653#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list