Closed
Description
We currently ignore memory leaks on macOS. Likely, this is due to not properly executing TLS destructors in _tlv_atexit
. Debugging this requires a libstd with full MIR for macOS, which currently we do not know how to do cross-platform -- so, someone who's actually using macOS should take this.