[Git][ghc/ghc][wip/req_smp] re-add ghc_with_smp

doyougnu (@doyougnu) gitlab at gitlab.haskell.org
Fri Dec 23 00:51:11 UTC 2022



doyougnu pushed to branch wip/req_smp at Glasgow Haskell Compiler / GHC


Commits:
ebf215dd by doyougnu at 2022-12-22T19:50:57-05:00
re-add ghc_with_smp

- - - - -


1 changed file:

- hadrian/src/Settings/Builders/RunTest.hs


Changes:

=====================================
hadrian/src/Settings/Builders/RunTest.hs
=====================================
@@ -203,7 +203,6 @@ runTestBuilderArgs = builder Testsuite ? do
     bignumCheck   <- getBignumCheck
 
     keepFiles <- expr (testKeepFiles <$> userSetting defaultTestArgs)
-    isCross   <- cross
 
     accept <- expr (testAccept <$> userSetting defaultTestArgs)
     (acceptPlatform, acceptOS) <- expr . liftIO $
@@ -264,7 +263,7 @@ runTestBuilderArgs = builder Testsuite ? do
             , arg "-e", arg $ asBool "ghc_with_threaded_rts=" (hasThreadedRts)
             , arg "-e", arg $ asBool "config.have_fast_bignum=" (bignumBackend /= "native" && not bignumCheck)
             , arg "-e", arg $ asBool "target_with_smp=" targetWithSMP
-
+            , arg "-e", arg $ asBool "ghc_with_smp=" targetWithSMP
             , arg "-e", arg $ "config.ghc_dynamic=" ++ show hasDynamic
             , arg "-e", arg $ "config.leading_underscore=" ++ show leadingUnderscore
 



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ebf215dd6dac32ffcf46e6b08c0b5f76c477706c

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ebf215dd6dac32ffcf46e6b08c0b5f76c477706c
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/20221222/4cbdedd3/attachment-0001.html>


More information about the ghc-commits mailing list