[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:40 UTC 2020



Moritz Angermann pushed to branch wip/angerman/fix-rpath at Glasgow Haskell Compiler / GHC


Commits:
9d8dd79a by Moritz Angermann at 2020-09-01T23:58:39-04:00
Apply suggestion to compiler/GHC/SysTools/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 liraries end up being turely linked.
+-- included when only a handful of libraries end up being turely 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/9d8dd79ab1960837248b1ca7d5942d75a13b3e77

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/9d8dd79ab1960837248b1ca7d5942d75a13b3e77
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/252d9c9a/attachment-0001.html>


More information about the ghc-commits mailing list