[commit: testsuite] master: remove optllvm from other_ways (it is already automatically added to (4ff43d6)

Simon Marlow marlowsd at gmail.com
Wed Jul 6 13:59:23 CEST 2011


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

On branch  : master

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

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

commit 4ff43d632b0dfef6fbfef1efe134c42508d51658
Author: Simon Marlow <marlowsd at gmail.com>
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')





More information about the Cvs-ghc mailing list