[GHC] #7622: Unregisterised builds don't support LLVM backend

#7622: Unregisterised builds don't support LLVM backend -----------------------------+---------------------------------------------- Reporter: dterei | Owner: dterei Type: bug | Status: new Priority: normal | Component: Compiler (LLVM) Version: 7.7 | Keywords: Os: Unknown/Multiple | Architecture: Unknown/Multiple Failure: None/Unknown | Blockedby: Blocking: | Related: -----------------------------+---------------------------------------------- The LLVM backend should work in unregisterised mode. Apparently the driver isn't allowing it to be chosen though. Need to investigate this claim and allow LLVM again if true. -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7622 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#7622: Unregisterised builds don't support LLVM backend -----------------------------+---------------------------------------------- Reporter: dterei | Owner: dterei Type: bug | Status: new Priority: normal | Component: Compiler (LLVM) Version: 7.7 | Keywords: Os: Unknown/Multiple | Architecture: Unknown/Multiple Failure: None/Unknown | Blockedby: Blocking: | Related: #7621 -----------------------------+---------------------------------------------- Changes (by dterei): * related: => #7621 -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7622#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#7622: Unregisterised builds don't support LLVM backend
-----------------------------+----------------------------------------------
Reporter: dterei | Owner: dterei
Type: bug | Status: new
Priority: normal | Component: Compiler (LLVM)
Version: 7.7 | Keywords:
Os: Unknown/Multiple | Architecture: Unknown/Multiple
Failure: None/Unknown | Blockedby:
Blocking: | Related: #7621
-----------------------------+----------------------------------------------
Comment(by marlowsd@…):
commit 388e1e825f79f2d16536fc583a48e5ce9c191b06
{{{
Author: Simon Marlow

#7622: Unregisterised builds don't support LLVM backend -------------------------------+-------------------------------------------- Reporter: dterei | Owner: dterei Type: bug | Status: closed Priority: normal | Milestone: 7.8.1 Component: Compiler (LLVM) | Version: 7.7 Resolution: fixed | Keywords: Os: Unknown/Multiple | Architecture: Unknown/Multiple Failure: None/Unknown | Difficulty: Unknown Testcase: | Blockedby: Blocking: | Related: #7621 -------------------------------+-------------------------------------------- Changes (by simonmar): * status: new => closed * difficulty: => Unknown * resolution: => fixed * milestone: => 7.8.1 Comment: Fixed, and verified that LLVM works when generating unregisterised code, at least on my RPi. -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7622#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC