[Git][ghc/ghc][wip/hpc-interpreter] Fix label printing
Matthew Pickering pushed to branch wip/hpc-interpreter at Glasgow Haskell Compiler / GHC Commits: fdb9f795 by Matthew Pickering at 2026-03-13T12:08:49+00:00 Fix label printing - - - - - 1 changed file: - compiler/GHC/StgToByteCode.hs Changes: ===================================== compiler/GHC/StgToByteCode.hs ===================================== @@ -2776,7 +2776,7 @@ tickFS = fsLit "ticked" mkHpcTickLabel :: Platform -> Module -> FastString mkHpcTickLabel platform mod = - fsLit (showSDocOneLine defaultSDocContext (pprCLabel platform (mkHpcTicksLabel mod))) + fsLit (showSDocOneLine defaultSDocContext (pprCode (pprCLabel platform (mkHpcTicksLabel mod)))) -- Dehydrating CgBreakInfo View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/fdb9f7952586cd870fdfa09d5b2b2860... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/fdb9f7952586cd870fdfa09d5b2b2860... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Matthew Pickering (@mpickering)