From 88fba8a4b3c22e953a634b81dd0b67ec66eb5e72 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Sun, 30 Jan 2022 08:45:49 -0500 Subject: Fix a few Note inconsistencies --- compiler/GHC/Driver/Pipeline.hs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'compiler/GHC/Driver/Pipeline.hs') diff --git a/compiler/GHC/Driver/Pipeline.hs b/compiler/GHC/Driver/Pipeline.hs index 3aaf9f298e..56e188395e 100644 --- a/compiler/GHC/Driver/Pipeline.hs +++ b/compiler/GHC/Driver/Pipeline.hs @@ -303,7 +303,7 @@ compileOne' mHscMessage = (Interpreter, gopt_set (dflags2 { backend = Interpreter }) Opt_ForceRecomp) | otherwise = (backend dflags, dflags2) - -- Note [Filepaths and Multiple Home Units] + -- See Note [Filepaths and Multiple Home Units] dflags = dflags3 { includePaths = offsetIncludePaths dflags3 $ addImplicitQuoteInclude old_paths [current_dir] } upd_summary = summary { ms_hspp_opts = dflags } hsc_env = hscSetFlags dflags hsc_env0 @@ -314,7 +314,6 @@ compileOne' mHscMessage -- -- Note [Dynamic linking on macOS] -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- -- Since macOS Sierra (10.14), the dynamic system linker enforces -- a limit on the Load Commands. Specifically the Load Command Size -- Limit is at 32K (32768). The Load Commands contain the install @@ -906,10 +905,8 @@ pipelineStart pipe_env hsc_env input_fn = fromSuffix _ = return (Just input_fn) {- - Note [The Pipeline Monad] ~~~~~~~~~~~~~~~~~~~~~~~~~ - The pipeline is represented as a free monad by the `TPipelineClass` type synonym, which stipulates the general monadic interface for the pipeline and `MonadUse`, instantiated to `TPhase`, which indicates the actions available in the pipeline. -- cgit v1.2.1