[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:57:59 UTC 2020
Moritz Angermann pushed to branch wip/angerman/fix-rpath at Glasgow Haskell Compiler / GHC
Commits:
558377cd by Moritz Angermann at 2020-09-01T23:57:57-04:00
Apply suggestion to compiler/GHC/Driver/Pipeline.hs
- - - - -
1 changed file:
- compiler/GHC/Driver/Pipeline.hs
Changes:
=====================================
compiler/GHC/Driver/Pipeline.hs
=====================================
@@ -401,7 +401,7 @@ compileEmptyStub dflags hsc_env basename location mod_name = do
-- 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
--- name, dependencies, runpaths, and a few other commans. We however
+-- name, dependencies, runpaths, and a few other commands. We however
-- only have control over the install name, dependencies and runpaths.
--
-- The install name is the name by which this library will be
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/558377cd74d92d27072f2203752a237154f2996a
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/558377cd74d92d27072f2203752a237154f2996a
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/d9611eb5/attachment.html>
More information about the ghc-commits
mailing list