summaryrefslogtreecommitdiff
path: root/compiler/GHC/Driver/Config.hs
Commit message (Collapse)AuthorAgeFilesLines
* Parser: don't require the HomeUnitIdSylvain Henry2020-10-131-1/+0
| | | | | | | The HomeUnitId is only used by the Cmm parser and this one has access to the DynFlags, so it can grab the UnitId of the HomeUnit from them. Bump haddock submodule
* Make the parser module less dependent on DynFlagsSylvain Henry2020-09-291-0/+14
| | | | Bump haddock submodule
* DynFlags: add sm_pre_inline field into SimplMode (#17957)Sylvain Henry2020-09-091-3/+3
| | | | It avoids passing and querying DynFlags down in the simplifier.
* DynFlags: add UnfoldingOpts and SimpleOptsSylvain Henry2020-09-091-0/+25
Milestone: after this patch, we only use 'unsafeGlobalDynFlags' for the state hack and for debug in Outputable.