diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-04-06 23:05:29 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-04-07 11:39:35 +0100 |
commit | 444119fbb78aef88450bc51b54429942f8ef3cbf (patch) | |
tree | bb2a46d5ac319bdfbf2ae31ebcbff5a2ed2ab96d /compiler/ghc.mk | |
parent | 8c2f2803e4d76cd8a6e579f55a023d7e132d479b (diff) | |
download | haskell-444119fbb78aef88450bc51b54429942f8ef3cbf.tar.gz |
Add a check that the Windows DLL split is OK; fixes #7780
Diffstat (limited to 'compiler/ghc.mk')
-rw-r--r-- | compiler/ghc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/ghc.mk b/compiler/ghc.mk index 74bea9a5d8..1a032cc71f 100644 --- a/compiler/ghc.mk +++ b/compiler/ghc.mk @@ -404,6 +404,7 @@ compiler_stage3_SplitObjs = NO # There are too many symbols in the ghc package for a Windows DLL. # We therefore need to split some of the modules off into a separate # DLL. This clump are the modules reachable from DynFlags: +compiler_stage2_dll0_START_MODULE = DynFlags compiler_stage2_dll0_MODULES = Annotations Avail Bag BasicTypes Binary Bitmap BlockId BreakArray BufWrite ByteCodeAsm ByteCodeInstr ByteCodeItbls ByteCodeLink CLabel Class CmdLineParser Cmm CmmCallConv CmmExpr CmmInfo CmmMachOp CmmNode CmmType CmmUtils CoAxiom CodeGen.Platform CodeGen.Platform.ARM CodeGen.Platform.NoRegs CodeGen.Platform.PPC CodeGen.Platform.PPC_Darwin CodeGen.Platform.SPARC CodeGen.Platform.X86 CodeGen.Platform.X86_64 Coercion Config Constants CoreArity CoreFVs CoreSubst CoreSyn CoreTidy CoreUnfold CoreUtils CostCentre DataCon Demand Digraph DriverPhases DynFlags Encoding ErrUtils Exception FamInstEnv FastBool FastFunctions FastMutInt FastString FastTypes Fingerprint FiniteMap ForeignCall Hoopl Hoopl.Dataflow HsBinds HsDecls HsDoc HsExpr HsImpExp HsLit HsPat HsSyn HsTypes HsUtils HscTypes Id IdInfo IfaceSyn IfaceType InstEnv InteractiveEvalTypes Kind ListSetOps Literal Maybes MkCore MkGraph MkId Module MonadUtils Name NameEnv NameSet ObjLink OccName OccurAnal OptCoercion OrdList Outputable PackageConfig Packages Pair Panic Platform PlatformConstants PprCmm PprCmmDecl PprCmmExpr PprCore PrelNames PrelRules Pretty PrimOp RdrName Reg RegClass Rules SMRep Serialized SrcLoc StaticFlags StgCmmArgRep StgCmmClosure StgCmmEnv StgCmmLayout StgCmmMonad StgCmmProf StgCmmTicky StgCmmUtils StgSyn Stream StringBuffer TcEvidence TcType TyCon Type TypeRep TysPrim TysWiredIn Unify UniqFM UniqSet UniqSupply Unique Util Var VarEnv VarSet compiler_stage2_dll0_HS_OBJS = \ |