Skip to content

Explicitly require RLIMIT_AS before use in OSMem.c

Greg Steuck requested to merge blackgnezdo/ghc:require-rlimit-as into master

The change makes sense as it's aligned with other places in the source tree. Yet, I'm not quite sure why this suddenly became required. It wasn't needed a couple of weeks ago. None of the recent changes look responsible. The only observable difference is the libraries appear to be built concurrently now.

Merge request reports