summaryrefslogtreecommitdiff
path: root/testsuite/tests/rts/alloccounter1.hs
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2021-09-10 11:47:09 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-10-12 19:16:40 -0400
commit05303f686fae8f1050c1cfb08225e39a5f13a7a1 (patch)
tree95fd87b1daa54462c29e9f1c64c2dbbc87d33262 /testsuite/tests/rts/alloccounter1.hs
parent3b1c12d353eef24b29601798874eb875978452cd (diff)
downloadhaskell-05303f686fae8f1050c1cfb08225e39a5f13a7a1.tar.gz
testsuite: Clean up dynlib support predicates
Previously it was unclear whether req_shared_libs should require: * that the platform supports dynamic library loading, * that GHC supports dynamic linking of Haskell code, or * that the dyn way libraries were built Clarify by splitting the predicate into two: * `req_dynamic_lib_support` demands that the platform support dynamic linking * `req_dynamic_hs` demands that the GHC support dynamic linking of Haskell code on the target platform Naturally `req_dynamic_hs` cannot be true unless `req_dynamic_lib_support` is also true.
Diffstat (limited to 'testsuite/tests/rts/alloccounter1.hs')
0 files changed, 0 insertions, 0 deletions