[Git][ghc/ghc][wip/supersven/ghc-master-riscv-ncg] RISCV64 has rtsLinker
Sven Tennie (@supersven)
gitlab at gitlab.haskell.org
Sat Aug 10 09:16:48 UTC 2024
Sven Tennie pushed to branch wip/supersven/ghc-master-riscv-ncg at Glasgow Haskell Compiler / GHC
Commits:
23347965 by Sven Tennie at 2024-08-10T11:15:36+02:00
RISCV64 has rtsLinker
Likely a mistake during merge.
- - - - -
1 changed file:
- hadrian/src/Settings/Builders/RunTest.hs
Changes:
=====================================
hadrian/src/Settings/Builders/RunTest.hs
=====================================
@@ -139,7 +139,7 @@ inTreeCompilerArgs stg = do
-- For this information, we need to query ghc --info, however, that would
-- require building ghc, which we don't want to do here. Therefore, the
-- logic from `platformHasRTSLinker` is duplicated here.
- let rtsLinker = not $ arch `elem` ["powerpc", "powerpc64", "powerpc64le", "s390x", "riscv64", "loongarch64", "javascript", "wasm32"]
+ let rtsLinker = not $ arch `elem` ["powerpc", "powerpc64", "powerpc64le", "s390x", "loongarch64", "javascript", "wasm32"]
return TestCompilerArgs{..}
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/23347965e896b2f14e17ee05f2be71ce5d27cca0
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/23347965e896b2f14e17ee05f2be71ce5d27cca0
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20240810/66ab4fa5/attachment.html>
More information about the ghc-commits
mailing list