[GHC] #7579: Command line option to suppress LLVM version warning
GHC
cvs-ghc at haskell.org
Thu Jan 17 06:49:05 CET 2013
#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 <mad.one at gmail.com>
Date: Sun Jan 13 22:23:37 2013 -0600
Add -f[no-]warn-unsupported-llvm-version. Closes Trac #7579.
This controls whether or not the compiler warns if we're using an LLVM
version that's too old or too new. It's mostly useful when building
the
compiler knowingly with an unsupported version, so you don't get a lot
of warnings in the build process.
There's no documentation for this since it's a flag only a few
developers would care about anyway.
Signed-off-by: Austin Seipp <mad.one at gmail.com>
compiler/llvmGen/LlvmCodeGen.hs | 5 +++--
compiler/main/DynFlags.hs | 5 ++++-
2 files changed, 7 insertions(+), 3 deletions(-)
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7579#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list