summaryrefslogtreecommitdiff
path: root/testsuite/config/ghc
diff options
context:
space:
mode:
authorDavid Terei <davidterei@gmail.com>2011-11-15 00:40:44 -0800
committerDavid Terei <davidterei@gmail.com>2011-11-15 00:40:44 -0800
commit4fe140c9fda7ee365e8893663cddc51043b2f7e5 (patch)
tree9bff95ec7bfda16fa81afa861bdbef5ebf6218b1 /testsuite/config/ghc
parent8a931a6059be3af123373f8798ad075e71d5757a (diff)
downloadhaskell-4fe140c9fda7ee365e8893663cddc51043b2f7e5.tar.gz
cleaning of testsuite
Diffstat (limited to 'testsuite/config/ghc')
-rw-r--r--testsuite/config/ghc2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/config/ghc b/testsuite/config/ghc
index 1f77cc54fd..36f74e4935 100644
--- a/testsuite/config/ghc
+++ b/testsuite/config/ghc
@@ -56,6 +56,7 @@ if (ghc_with_profiling == 1 and ghc_with_threaded_rts == 1):
config.run_ways.append('profthreaded')
if (ghc_with_llvm == 1):
+ config.compile_ways.append('optllvm')
config.run_ways.append('optllvm')
config.in_tree_compiler = in_tree_compiler
@@ -157,3 +158,4 @@ def get_compiler_info():
config.package_conf_cache_file = compilerInfoDict["Global Package DB"] + '/package.cache'
except:
config.package_conf_cache_file = ''
+