[GHC] #7572: mk/build.mk does not let you build 'quick-llvm' style

#7572: mk/build.mk does not let you build 'quick-llvm' style -----------------------------+---------------------------------------------- Reporter: thoughtpolice | Owner: thoughtpolice Type: bug | Status: new Priority: normal | Component: Build System Version: 7.7 | Keywords: Os: Unknown/Multiple | Architecture: Unknown/Multiple Failure: None/Unknown | Blockedby: Blocking: | Related: -----------------------------+---------------------------------------------- In mk/build.mk, you specify the build flavor you want for the compiler. Often during development, a good default is 'quick'. But sometimes I also want to be able to do a quick build using the LLVM backend. This is in line with other build modes, such as perf/perf-llvm. I have a patch for this that I will offer up shortly. -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7572 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#7572: mk/build.mk does not let you build 'quick-llvm' style
-----------------------------+----------------------------------------------
Reporter: thoughtpolice | Owner: thoughtpolice
Type: bug | Status: patch
Priority: normal | Component: Build System
Version: 7.7 | Keywords:
Os: Unknown/Multiple | Architecture: Unknown/Multiple
Failure: None/Unknown | Blockedby:
Blocking: | Related:
-----------------------------+----------------------------------------------
Changes (by thoughtpolice):
* status: new => patch
Comment:
Attached:
{{{
commit 07551a70b4539d2e040e5c8b64e57da270f99a93
Author: Austin Seipp

#7572: mk/build.mk does not let you build 'quick-llvm' style
-----------------------------+----------------------------------------------
Reporter: thoughtpolice | Owner: thoughtpolice
Type: bug | Status: patch
Priority: normal | Component: Build System
Version: 7.7 | Keywords:
Os: Unknown/Multiple | Architecture: Unknown/Multiple
Failure: None/Unknown | Blockedby:
Blocking: | Related:
-----------------------------+----------------------------------------------
Comment(by mad.one@…):
commit b05531bd2d03bf13ddc609bad1fcaf177854a761
{{{
Author: Austin Seipp

#7572: mk/build.mk does not let you build 'quick-llvm' style ---------------------------------+------------------------------------------ Reporter: thoughtpolice | Owner: thoughtpolice Type: bug | Status: closed Priority: normal | Component: Build System Version: 7.7 | Resolution: fixed Keywords: | Os: Unknown/Multiple Architecture: Unknown/Multiple | Failure: None/Unknown Blockedby: | Blocking: Related: | ---------------------------------+------------------------------------------ Changes (by thoughtpolice): * status: patch => closed * resolution: => fixed -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7572#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC