From 36bdd4d133354d8bd03cd0d0c8cf625794980c04 Mon Sep 17 00:00:00 2001 From: rrt Date: Mon, 1 Oct 2001 14:28:37 +0000 Subject: [PATCH] [project @ 2001-10-01 14:28:37 by rrt] Implement -keep-il-file. --- ghc/compiler/main/DriverState.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ghc/compiler/main/DriverState.hs b/ghc/compiler/main/DriverState.hs index ca4f05a..93c581a 100644 --- a/ghc/compiler/main/DriverState.hs +++ b/ghc/compiler/main/DriverState.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- $Id: DriverState.hs,v 1.58 2001/09/26 15:12:34 simonpj Exp $ +-- $Id: DriverState.hs,v 1.59 2001/10/01 14:28:37 rrt Exp $ -- -- Settings for the driver -- @@ -63,6 +63,7 @@ v_Hs_source_cpp_opts = global -- Keep output from intermediate phases GLOBAL_VAR(v_Keep_hi_diffs, False, Bool) GLOBAL_VAR(v_Keep_hc_files, False, Bool) +GLOBAL_VAR(v_Keep_il_files, False, Bool) GLOBAL_VAR(v_Keep_s_files, False, Bool) GLOBAL_VAR(v_Keep_raw_s_files, False, Bool) GLOBAL_VAR(v_Keep_tmp_files, False, Bool) -- 1.7.10.4