[Git][ghc/ghc][wip/angerman/fix-rpath] Apply suggestion to compiler/GHC/Driver/Pipeline.hs
Moritz Angermann
gitlab at gitlab.haskell.org
Wed Sep 2 03:58:03 UTC 2020
Moritz Angermann pushed to branch wip/angerman/fix-rpath at Glasgow Haskell Compiler / GHC
Commits:
3d66038f by Moritz Angermann at 2020-09-01T23:58:02-04:00
Apply suggestion to compiler/GHC/Driver/Pipeline.hs
- - - - -
1 changed file:
- compiler/GHC/Driver/Pipeline.hs
Changes:
=====================================
compiler/GHC/Driver/Pipeline.hs
=====================================
@@ -416,7 +416,7 @@ compileEmptyStub dflags hsc_env basename location mod_name = do
-- directories to search for the referenced dependencies.
--
-- The system linker can do recursive linking, however using only the
--- direct dependencies conflicts with ghc ability to inline across
+-- direct dependencies conflicts with ghc's ability to inline across
-- packages, and as such would end up with unresolved symbols.
--
-- Thus we will pass the full dependency closure to the linker, and then
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/3d66038f408a0f856cd5cdb8a7722fa2af62de66
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/3d66038f408a0f856cd5cdb8a7722fa2af62de66
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200901/75d363ef/attachment.html>
More information about the ghc-commits
mailing list