-
This resolves #26166, a bug due to new constraints placed by Apple's linker on undefined references. One source of such references in the RTS is the many symbols referenced in ghc-internal. To mitigate #26166, we make these references dynamic, as described in Note [RTS/ghc-internal interface]. Fixes #26166 Co-authored-by:
Rodrigo Mesquita <rodrigo.m.mesquita@gmail.com> Co-authored-by:
Cheng Shao <terrorjack@type.dance>
This resolves #26166, a bug due to new constraints placed by Apple's linker on undefined references. One source of such references in the RTS is the many symbols referenced in ghc-internal. To mitigate #26166, we make these references dynamic, as described in Note [RTS/ghc-internal interface]. Fixes #26166 Co-authored-by:
Rodrigo Mesquita <rodrigo.m.mesquita@gmail.com> Co-authored-by:
Cheng Shao <terrorjack@type.dance>
Loading