linker: add support for hidden symbols (#25191)
requested to merge wip/haskell-nix-patches/musl64/ghc-9.6-0006-Adds-support-for-Hidden-symbols into master
part of the haskell.nix patches upstreaming
this adds support for hidden symbols to ghci's symbols tables
-
ci passes -
add ticket -
add test -
better motivation for handling hidden symbols in ghci's symbol table. I'm unsure what linker case these hidden symbols would be hitting without this patch.
Edited by Sylvain Henry