
#10383: AArch64: get GHC Calling convention working ----------------------------------------+------------------------------- Reporter: erikd | Owner: erikd Type: feature request | Status: new Priority: normal | Milestone: 8.0.1 Component: Compiler | Version: 7.11 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: aarch64 Type of failure: Building GHC failed | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): ----------------------------------------+------------------------------- Comment (by rwbarton): You can certainly try to run the test suite against the stage1 compiler, see Building/RunningTests/Running. {{{ make TEST_HC=/path/to/ghc/inplace/bin/ghc-stage1 }}} I don't think we mark tests for whether they are expected to work under the stage1 compiler, so there will be a lot of false negatives (anything involving ghci or TH). But you could compare the failures to those on x86_64 and hopefully there will be some new, small tests that fail. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10383#comment:19 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler