diff options
author | Takenobu Tani <takenobu.hs@gmail.com> | 2020-05-27 22:43:46 +0900 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-06-01 06:39:05 -0400 |
commit | 11390e3ab038a18c2a7bf6b2423657614a439afb (patch) | |
tree | eccde174cd2054fd87e89da0f6aa5eac2f1dd744 /mk | |
parent | 7002d0cbbe1581dd157b530e95c62195f37cfe00 (diff) | |
download | haskell-11390e3ab038a18c2a7bf6b2423657614a439afb.tar.gz |
Clean up file paths for new module hierarchy
This updates comments only.
This patch replaces file references according to new module hierarchy.
See also:
* https://gitlab.haskell.org/ghc/ghc/-/wikis/Make-GHC-codebase-more-modular
* https://gitlab.haskell.org/ghc/ghc/issues/13009
Diffstat (limited to 'mk')
-rw-r--r-- | mk/config.mk.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in index 250d41ebe6..ef2ee685ab 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -912,6 +912,6 @@ endif # Note [Disable -O2 in unregisterised mode] # Disable -O2 optimization in unregisterised mode. Otherwise amount # of generated C code # makes things very slow to compile (~5 minutes -# on core-i7 for 'compiler/hsSyn/HsExpr.hs') and sometimes not compile -# at all: powerpc64 overflows TOC section on 'compiler/hsSyn/HsExpr.hs' -# ia64 overflows short data section on 'compiler/main/DynFlags.hs' +# on core-i7 for 'compiler/GHC/Hs/Expr.hs') and sometimes not compile +# at all: powerpc64 overflows TOC section on 'compiler/GHC/Hs/Expr.hs' +# ia64 overflows short data section on 'compiler/GHC/Driver/Session.hs' |