[GHC] #7942: aarch64 support in ghc

GHC ghc-devs at haskell.org
Sat Jan 11 13:43:49 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, 8664
        Blocking:                           |  Related Tickets:
--------------------------------------------+------------------------------

Comment (by kgardas):

 Good! So this LLVM bug above shows only on PrimoptWrappers and I've been
 able to compile this file without -fllvm as Carter points out above. So
 here is bindist's HelloWorld running on AArch64/ARM64 platform:
 {{{
 root at localhost:~# ./HelloWorld
 Hello world!root at localhost:~# file HelloWorld
 HelloWorld: ELF 64-bit LSB executable, version 1 (SYSV), dynamically
 linked (uses shared libs), for GNU/Linux 3.7.0,
 BuildID[sha1]=0x5301662c82ccd3fe7c3f1486ac10d0f13b2f54c9, not stripped
 root at localhost:~# uname -m
 aarch64
 root at localhost:~#
 }}}

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/7942#comment:22>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list