[GHC] #7942: aarch64 support in ghc
GHC
ghc-devs at haskell.org
Wed Jan 8 09:25:47 UTC 2014
#7942: aarch64 support in ghc
--------------------------------------------+---------------------------
Reporter: jcapik | Owner: kgardas
Type: feature request | Status: new
Priority: normal | Milestone: 7.10.1
Component: Compiler | Version: 7.6.3
Resolution: | Keywords:
Operating System: Linux | Architecture: arm
Type of failure: GHC doesn't work at all | Difficulty: Unknown
Test Case: | Blocked By: 7623
Blocking: | Related Tickets:
--------------------------------------------+---------------------------
Comment (by kgardas):
I'm following the same way like Stephen/David/me did ARM in the past:
https://ghc.haskell.org/trac/ghc/wiki/Commentary/Compiler/Backends/LLVM/GHC_LLVMPorting
NCG way makes sense once you do have LLVM working, then you can try -fasm
on smallest examples and do it step-by-step with increased example
complexity.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/7942#comment:12>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list