cvs commit: fptools/ghc/compiler/main DriverPipeline.hs

Sigbjorn Finne sof@glass.cse.ogi.edu
Thu, 25 Oct 2001 22:31:06 -0700


sof         2001/10/25 22:31:05 PDT

  Modified files:
    ghc/compiler/main    DriverPipeline.hs 
  Log:
  pipeLoop: Handle pipelines that end with ineffective
  final stages (e.g., CPP and/or PP) correctly. i.e.,
  need to copy the outcome of the pipeline into the
  expected output file, since the final stage didn't.
  
  Revision  Changes    Path
  1.115     +22 -3     fptools/ghc/compiler/main/DriverPipeline.hs