Skip to content

Conversation

@angerman
Copy link

@angerman angerman commented Sep 8, 2025

  1. T16180: indicate that the stack isn't executable

  2. Fix some tests (statically linked GHC vs libc)

    When GHC is linked statically, the stdout C global variable that GHC uses isn't shared with the stdout C global variable used by loaded code.

    As a consequence, the latter must be explicitly flushed because GHC won't flush it before exiting.

Upstream MR: !14766

When GHC is linked statically, the stdout C global variable that GHC uses
isn't shared with the stdout C global variable used by loaded code.

As a consequence, the latter must be explicitly flushed because GHC
won't flush it before exiting.
@angerman angerman marked this pull request as draft September 8, 2025 02:38
@angerman angerman added the upstreaming This PR is in the process of being upstreamed label Sep 8, 2025
@angerman angerman mentioned this pull request Sep 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

upstreaming This PR is in the process of being upstreamed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants