From: simonmar Date: Mon, 3 Jul 2000 15:03:13 +0000 (+0000) Subject: [project @ 2000-07-03 15:03:13 by simonmar] X-Git-Tag: Approximately_9120_patches~4096 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ab661fe04ea005e60c8f5ba223d22e3122dff900;p=ghc-hetmet.git [project @ 2000-07-03 15:03:13 by simonmar] fix phase ordering for NCG + -split-objs. --- diff --git a/ghc/driver/Main.hs b/ghc/driver/Main.hs index e3a3bc5..6c982ad 100644 --- a/ghc/driver/Main.hs +++ b/ghc/driver/Main.hs @@ -1123,7 +1123,8 @@ run_pipeline last_phase do_linking use_ofile orig_basename (phase, input_fn) case phase of Hsc -> case lang of HscC -> HCc - HscAsm -> As + HscAsm | split -> SplitMangle + | otherwise -> As HCc | mangle -> Mangle | otherwise -> As