Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/4ff43d632b0dfef6fbfef1efe134c42508d51658

>---------------------------------------------------------------

commit 4ff43d632b0dfef6fbfef1efe134c42508d51658
Author: Simon Marlow <[email protected]>
Date:   Wed Jun 29 16:20:35 2011 +0100

    remove optllvm from other_ways (it is already automatically added to
    run_ways, having it in other_ways just causes strange effects)

>---------------------------------------------------------------

 config/ghc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/config/ghc b/config/ghc
index 74b84e5..c3b3ef1 100644
--- a/config/ghc
+++ b/config/ghc
@@ -27,7 +27,7 @@ config.other_ways            = ['extcore','optextcore',
                                 'prof_hd','prof_hy','prof_hr',
                                 'threaded1_ls',
                                 'threaded2_hT',
-                                'llvm', 'optllvm']
+                                'llvm']
 
 if (ghc_with_native_codegen == 1):
        config.compile_ways.append('optasm')



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to