[Git][ghc/ghc][wip/fix-26700] Apply 1 suggestion(s) to 1 file(s)
recursion-ninja pushed to branch wip/fix-26700 at Glasgow Haskell Compiler / GHC Commits: b912d401 by recursion-ninja at 2026-02-09T15:44:34+00:00 Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Rodrigo Mesquita <rodrigo.m.mesquita@gmail.com> - - - - - 1 changed file: - compiler/GHC/Types/ForeignCall.hs Changes: ===================================== compiler/GHC/Types/ForeignCall.hs ===================================== @@ -299,7 +299,7 @@ data StaticTargetGhc = StaticTargetGhc { staticTargetLabel :: SourceText , staticTargetUnit :: CCallStaticTargetUnit -- ^ What package the function is in. - -- If 'CCallStaticTargetUnit', then it's taken to be in the current package + -- If 'TargetIsInThisUnit', then it's taken to be in the current package -- Note: This information is only used for PrimCalls on Windows. -- See CLabel.labelDynamic and CoreToStg.coreToStgApp -- for the difference in representation between PrimCalls View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b912d401cc8ee14ecb864a0ac5416f12... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b912d401cc8ee14ecb864a0ac5416f12... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
recursion-ninja (@recursion-ninja)