simonpj     2005/05/09 05:56:21 PDT

  Modified files:        (Branch: CgCmmBranch)
    ghc/compiler/main    CodeOutput.lhs DriverFlags.hs 
                         DriverPhases.hs 
  Log:
        --------------------
        Add -stop-at-X flags
        --------------------
  
    -stop-at-cmm stops compilation at the .cmm stage
        (implies -fcmm)
    -stop-at-hc  stops compilation at the .hc stage
        (synonym for -C; implies -fvia-C)
  
    -stop-at-s   stops compilation at the .s stage
        (synonym for -S)
  
  
  Revision  Changes    Path
  1.54.2.5  +1 -0      fptools/ghc/compiler/main/CodeOutput.lhs
  1.142.2.5 +18 -12    fptools/ghc/compiler/main/Attic/DriverFlags.hs
  1.30.2.4  +23 -18    fptools/ghc/compiler/main/DriverPhases.hs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to