[commit: testsuite] master: Fix debugllvm WAY (cb91760)

David Terei davidterei at gmail.com
Tue Dec 6 08:20:13 CET 2011


Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/cb91760e9fbbe23b080d2d47ce3b20b0ee705069

>---------------------------------------------------------------

commit cb91760e9fbbe23b080d2d47ce3b20b0ee705069
Author: David Terei <davidterei at gmail.com>
Date:   Mon Dec 5 23:19:12 2011 -0800

    Fix debugllvm WAY

>---------------------------------------------------------------

 config/ghc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/config/ghc b/config/ghc
index 195f067..ed57ee4 100644
--- a/config/ghc
+++ b/config/ghc
@@ -68,7 +68,7 @@ config.way_flags = {
     'optasm'       : ['-O', '-fasm'],
     'llvm'         : ['-fllvm'],
     'optllvm'      : ['-O', '-fllvm'],
-    'debugllvm'    : ['-fllvm' '-keep-llvm-files'],
+    'debugllvm'    : ['-fllvm', '-keep-llvm-files'],
     'prof'         : ['-prof', '-auto-all', '-fasm'],
     'profasm'      : ['-O', '-prof', '-auto-all'],
     'profthreaded' : ['-O', '-prof', '-auto-all', '-threaded'],





More information about the Cvs-ghc mailing list