Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/b72af0e0d698ec06b4fbe86e5a44a116a31f0f94 >--------------------------------------------------------------- commit b72af0e0d698ec06b4fbe86e5a44a116a31f0f94 Author: David Terei <[email protected]> Date: Thu Jun 23 17:38:02 2011 -0700 Enable LLVM backend in unregisterised mode (#5145) >--------------------------------------------------------------- compiler/main/DynFlags.hs | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs index fb2bd4f..62d3c2a 100644 --- a/compiler/main/DynFlags.hs +++ b/compiler/main/DynFlags.hs @@ -2261,9 +2261,6 @@ setObjTarget l = updM set flag) return dflags HscLlvm - | cGhcUnregisterised == "YES" -> - do addWarn ("Compiler unregisterised, so ignoring " ++ flag) - return dflags | not ((arch == ArchX86_64) && (os == OSLinux || os == OSDarwin)) && (not opt_Static || opt_PIC) -> _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
