[GHC] #7579: Command line option to suppress LLVM version warning

#7579: Command line option to suppress LLVM version warning -----------------------------+---------------------------------------------- Reporter: thoughtpolice | Owner: thoughtpolice Type: feature request | Status: new Priority: normal | Component: Compiler (LLVM) Version: 7.7 | Keywords: Os: Unknown/Multiple | Architecture: Unknown/Multiple Failure: None/Unknown | Blockedby: Blocking: | Related: -----------------------------+---------------------------------------------- When developing I'm sometimes testing the LLVM backend and often it's with a development version. In this case I'd like to be able to configure my ```mk/build.mk``` to suppress the annoying version constraint warning, since I know what llc etc it will use. It makes the build output a lot less annoying. Attached is a patch. It's undocumented, since it's probably is only useful to developers. -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7579 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#7579: Command line option to suppress LLVM version warning -----------------------------+---------------------------------------------- Reporter: thoughtpolice | Owner: thoughtpolice Type: feature request | Status: patch Priority: normal | Component: Compiler (LLVM) Version: 7.7 | Keywords: Os: Unknown/Multiple | Architecture: Unknown/Multiple Failure: None/Unknown | Blockedby: Blocking: | Related: -----------------------------+---------------------------------------------- Changes (by thoughtpolice): * status: new => patch -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7579#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#7579: Command line option to suppress LLVM version warning
-----------------------------+----------------------------------------------
Reporter: thoughtpolice | Owner: thoughtpolice
Type: feature request | Status: patch
Priority: normal | Component: Compiler (LLVM)
Version: 7.7 | Keywords:
Os: Unknown/Multiple | Architecture: Unknown/Multiple
Failure: None/Unknown | Blockedby:
Blocking: | Related:
-----------------------------+----------------------------------------------
Comment(by mad.one@…):
commit 5cca0b443ed2b0328e58fb7881cb393c300f64ed
{{{
Author: Austin Seipp

#7579: Command line option to suppress LLVM version warning ---------------------------------+------------------------------------------ Reporter: thoughtpolice | Owner: thoughtpolice Type: feature request | Status: closed Priority: normal | Component: Compiler (LLVM) 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/7579#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC