Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/39f5c1bbe4e64fd9aaa1544b086d1694d9822db4 >--------------------------------------------------------------- commit 39f5c1bbe4e64fd9aaa1544b086d1694d9822db4 Author: David Terei <[email protected]> Date: Mon Jun 25 13:25:02 2012 -0700 Fix handling of optllvm way >--------------------------------------------------------------- config/ghc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/config/ghc b/config/ghc index 4f45441..3ce91af 100644 --- a/config/ghc +++ b/config/ghc @@ -26,7 +26,7 @@ config.other_ways = ['extcore','optextcore', 'prof_hc_hb','prof_hb', 'prof_hd','prof_hy','prof_hr', 'threaded1_ls', 'threaded2_hT', - 'llvm', 'debugllvm', 'optllvm'] + 'llvm', 'debugllvm' ] 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
