[Git][ghc/ghc][wip/req_smp] fixup: fix target with smp flag in config
doyougnu (@doyougnu)
gitlab at gitlab.haskell.org
Wed Dec 28 20:10:21 UTC 2022
doyougnu pushed to branch wip/req_smp at Glasgow Haskell Compiler / GHC
Commits:
b3b3ca5d by doyougnu at 2022-12-28T15:09:59-05:00
fixup: fix target with smp flag in config
- - - - -
1 changed file:
- testsuite/config/ghc
Changes:
=====================================
testsuite/config/ghc
=====================================
@@ -48,6 +48,7 @@ if config.have_interp:
if ghc_with_threaded_rts:
config.run_ways.append('threaded1')
if target_with_smp:
+ config.target_with_smp = True
config.run_ways.append('threaded2')
if config.speed == 0:
config.run_ways.append('nonmoving_thr')
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b3b3ca5dfdb35b772918cecbaea5d03dc757aeb5
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b3b3ca5dfdb35b772918cecbaea5d03dc757aeb5
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/20221228/9ea243b9/attachment-0001.html>
More information about the ghc-commits
mailing list