[GHC] #9884: Compling on arm and getting "No native code generator, so using LLVM"
#9884: Compling on arm and getting "No native code generator, so using LLVM" -------------------------------------+------------------------------------- Reporter: erikd | Owner: erikd Type: bug | Status: new Priority: low | Milestone: Component: Build System | Version: 7.9 Keywords: | Operating System: Architecture: arm | Unknown/Multiple Difficulty: Easy (less than 1 | Type of failure: Incorrect hour) | warning at compile-time Blocked By: | Test Case: Related Tickets: | Blocking: | Differential Revisions: -------------------------------------+------------------------------------- Compiling GHC on Arm and I get a constant stream of warnings like: {{{ when making flags consistent: Warning: No native code generator, so using LLVM }}} This can be fixed with a simple patch to `mk/build.mk.sample`. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9884> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#9884: Compling on arm and getting "No native code generator, so using LLVM" -------------------------------------+------------------------------------- Reporter: erikd | Owner: erikd Type: bug | Status: new Priority: low | Milestone: Component: Build | Version: 7.9 System | Keywords: Resolution: | Architecture: arm Operating System: | Difficulty: Easy (less than 1 Unknown/Multiple | hour) Type of failure: Incorrect | Blocked By: warning at compile-time | Related Tickets: Test Case: | Blocking: | Differential Revisions: | -------------------------------------+------------------------------------- Comment (by Erik de Castro Lopo <erikd@…>): In [changeset:"1886fca9a92fd820f201a57c7afbc157e95f582c/ghc"]: {{{ #!CommitTicketReference repository="ghc" revision="1886fca9a92fd820f201a57c7afbc157e95f582c" Only use -fasm on platforms with an NCG (Closes: #9884). Summary: Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com> Reviewers: austin, carter Reviewed By: carter Subscribers: carter, thomie Differential Revision: https://phabricator.haskell.org/D570 GHC Trac Issues: #9884 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9884#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#9884: Compling on arm and getting "No native code generator, so using LLVM" -------------------------------------+------------------------------------- Reporter: erikd | Owner: erikd Type: bug | Status: closed Priority: low | Milestone: Component: Build | Version: 7.9 System | Keywords: Resolution: fixed | Architecture: arm Operating System: | Difficulty: Easy (less than 1 Unknown/Multiple | hour) Type of failure: Incorrect | Blocked By: warning at compile-time | Related Tickets: Test Case: | Blocking: | Differential Revisions: | -------------------------------------+------------------------------------- Changes (by erikd): * status: new => closed * resolution: => fixed -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9884#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC