[Git][ghc/ghc][wip/angerman/fix-rpath] Apply suggestion to compiler/GHC/SysTools/Tasks.hs
Moritz Angermann
gitlab at gitlab.haskell.org
Wed Sep 2 03:58:35 UTC 2020
Moritz Angermann pushed to branch wip/angerman/fix-rpath at Glasgow Haskell Compiler / GHC
Commits:
0d4e0aec by Moritz Angermann at 2020-09-01T23:58:34-04:00
Apply suggestion to compiler/GHC/SysTools/Tasks.hs
- - - - -
1 changed file:
- compiler/GHC/SysTools/Tasks.hs
Changes:
=====================================
compiler/GHC/SysTools/Tasks.hs
=====================================
@@ -248,7 +248,7 @@ figureLlvmVersion dflags = traceToolCommand dflags "llc" $ do
--
-- @-dead_strip_dylibs@ does not dead strip @-rpath@ entries, as such passing
-- @-l@ and @-rpath@ to the linker will result in the unnecesasry libraries not
--- being included int he load commands, however the @-rpath@ entries are all
+-- being included in the load commands, however the @-rpath@ entries are all
-- forced to be included. This can lead to 100s of @-rpath@ entries being
-- included when only a handful of liraries end up being turely linked.
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/0d4e0aecbbbdf9a8e5a6d80baa13c6973de7dff0
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/0d4e0aecbbbdf9a8e5a6d80baa13c6973de7dff0
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/dafb6a42/attachment.html>
More information about the ghc-commits
mailing list