Skip to content

Refactor CPP surrounding unwind declarations in StgCRun

Ben Gamari requested to merge wip/refactor-stgcrun-unwinding into master

This code reportedly breaks on Clang platforms (like Darwin, #15207 (closed)). Only enable it on Linux for now and refactor the CPP to be more suggestive of its intent.

Edited by Ben Gamari

Merge request reports