diff options
author | Simon Marlow <marlowsd@gmail.com> | 2011-06-29 16:20:35 +0100 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2011-07-06 11:59:27 +0100 |
commit | 44fcc0a91d6060c289d105a8a27449d0ab5f5454 (patch) | |
tree | 85a3a9a5f34625b6be50f306853d33b2f6f3ce69 /testsuite/config | |
parent | 95a3a253b4a5864b9b31a00a02449148cce91bdd (diff) | |
download | haskell-44fcc0a91d6060c289d105a8a27449d0ab5f5454.tar.gz |
remove optllvm from other_ways (it is already automatically added to
run_ways, having it in other_ways just causes strange effects)
Diffstat (limited to 'testsuite/config')
-rw-r--r-- | testsuite/config/ghc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/config/ghc b/testsuite/config/ghc index 74b84e5dc1..c3b3ef1fb3 100644 --- a/testsuite/config/ghc +++ b/testsuite/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') |