summaryrefslogtreecommitdiff
path: root/testsuite/config
diff options
context:
space:
mode:
authorDavid Terei <davidterei@gmail.com>2012-06-25 13:25:02 -0700
committerDavid Terei <davidterei@gmail.com>2012-06-25 13:25:02 -0700
commit9758c36b0ef6e0dde33d1c00969d1c0b32a58b2a (patch)
treeaeb130859819d4a2cebfa47e230778c683f97f4f /testsuite/config
parent425434bc33c87650dbaeeb572ff071c0fb5f3aa2 (diff)
downloadhaskell-9758c36b0ef6e0dde33d1c00969d1c0b32a58b2a.tar.gz
Fix handling of optllvm way
Diffstat (limited to 'testsuite/config')
-rw-r--r--testsuite/config/ghc2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/config/ghc b/testsuite/config/ghc
index 4f4544139b..3ce91af623 100644
--- a/testsuite/config/ghc
+++ b/testsuite/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')