[commit: testsuite] master: Fix handling of optllvm way (39f5c1b)
David Terei
davidterei at gmail.com
Mon Jun 25 22:25:50 CEST 2012
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/39f5c1bbe4e64fd9aaa1544b086d1694d9822db4
>---------------------------------------------------------------
commit 39f5c1bbe4e64fd9aaa1544b086d1694d9822db4
Author: David Terei <davidterei at gmail.com>
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')
More information about the Cvs-ghc
mailing list