From 4fe140c9fda7ee365e8893663cddc51043b2f7e5 Mon Sep 17 00:00:00 2001 From: David Terei Date: Tue, 15 Nov 2011 00:40:44 -0800 Subject: cleaning of testsuite --- testsuite/config/ghc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuite/config/ghc') 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 = '' + -- cgit v1.2.1