From fc39db6cdf0c3a5ed5d421cc0beac8e24cd1b227 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 4 Aug 2000 09:02:56 +0000 Subject: [PATCH] [project @ 2000-08-04 09:02:56 by simonmar] -split-objs is entirely reasonable in conjunction with -fasm --- ghc/driver/Main.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/driver/Main.hs b/ghc/driver/Main.hs index 44b2b6a..bf0c635 100644 --- a/ghc/driver/Main.hs +++ b/ghc/driver/Main.hs @@ -1,6 +1,6 @@ {-# OPTIONS -W #-} ----------------------------------------------------------------------------- --- $Id: Main.hs,v 1.47 2000/08/03 16:47:51 simonmar Exp $ +-- $Id: Main.hs,v 1.48 2000/08/04 09:02:56 simonmar Exp $ -- -- GHC Driver program -- @@ -1284,7 +1284,7 @@ genPipeline stop_after stop_after_flag filename | split -> not_valid | otherwise -> [ Unlit, Cpp, Hsc, HCc, As ] - HscAsm | split -> not_valid + HscAsm | split -> [ Unlit, Cpp, Hsc, SplitMangle, SplitAs ] | otherwise -> [ Unlit, Cpp, Hsc, As ] HscJava | split -> not_valid -- 1.7.10.4