[Git][ghc/ghc][wip/27162/rts-explicit-dllimport] Hadrian: Disable runtime pseudo relocations for RTS on windows hosts
David Eichmann pushed to branch wip/27162/rts-explicit-dllimport at Glasgow Haskell Compiler / GHC Commits: 32487362 by David Eichmann at 2026-04-28T16:41:30+01:00 Hadrian: Disable runtime pseudo relocations for RTS on windows hosts - - - - - 1 changed file: - hadrian/src/Settings/Packages.hs Changes: ===================================== hadrian/src/Settings/Packages.hs ===================================== @@ -321,6 +321,7 @@ rtsPackageArgs = package rts ? do , Profiling `wayUnit` way ? arg "-DPROFILING" , Threaded `wayUnit` way ? arg "-DTHREADED_RTS" , notM targetSupportsSMP ? arg "-optc-DNOSMP" + , isWinHost ? arg "-optl-Wl,--disable-runtime-pseudo-reloc" -- See Note [AutoApply.cmm for vectors] in genapply/Main.hs -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/32487362bb00d9f39950101ae520c91f... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/32487362bb00d9f39950101ae520c91f... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
David Eichmann (@DavidEichmann)