[Git][ghc/ghc][wip/angerman/fix-rpath] Update Tasks.hs
Moritz Angermann
gitlab at gitlab.haskell.org
Wed Sep 2 03:59:51 UTC 2020
Moritz Angermann pushed to branch wip/angerman/fix-rpath at Glasgow Haskell Compiler / GHC
Commits:
57cfaa1f by Moritz Angermann at 2020-09-01T23:59:50-04:00
Update Tasks.hs
- - - - -
1 changed file:
- compiler/GHC/SysTools/Tasks.hs
Changes:
=====================================
compiler/GHC/SysTools/Tasks.hs
=====================================
@@ -250,7 +250,7 @@ figureLlvmVersion dflags = traceToolCommand dflags "llc" $ do
-- @-l@ and @-rpath@ to the linker will result in the unnecesasry libraries not
-- 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 libraries end up being turely linked.
+-- included when only a handful of libraries end up being truely linked.
--
-- Thus after building the library, we run a fixup phase where we inject the
-- @-rpath@ for each found library (in the given library search paths) into the
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/57cfaa1f8cb6c5b383671bfa131c0ba01b8efe1b
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/57cfaa1f8cb6c5b383671bfa131c0ba01b8efe1b
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/26e2b66e/attachment.html>
More information about the ghc-commits
mailing list