cvs commit: fptools/ghc/compiler/main CodeOutput.lhs DriverFlags.hs DriverPhases.hs

Simon Peyton Jones simonpj at haskell.org
Mon May 9 08:56:22 EDT 2005


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


More information about the Cvs-ghc mailing list