
#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@localhost:~# ./HelloWorld Hello world!root@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@localhost:~# uname -m aarch64 root@localhost:~# }}} -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/7942#comment:22 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler