Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix LTO runs of test_nothrow_new_nogrow #20543

Merged
merged 1 commit into from
Oct 26, 2023

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Oct 26, 2023

This test was recently added in #20154 but has been failing on the emscripten-releases waterfall in thinlto modes.

I'm not sure exactly why, but it seems that perhaps when the value of data is not actually thinLTO simple removes the call the new/malloc? I'm not sure why this wasn't also failing under full LTO.

This test was recently added in emscripten-core#20154 but has been failing on the
emscripten-releases waterfall in thinlto modes.

I'm not sure exactly why, but it seems that perhaps when the value
of `data` is not actually thinLTO simple removes the call the
new/malloc?  I'm not sure why this wasn't also failing under full LTO.
@sbc100 sbc100 requested review from dschuff and kripken October 26, 2023 18:28
@sbc100 sbc100 enabled auto-merge (squash) October 26, 2023 18:31
@sbc100 sbc100 merged commit b9f003d into emscripten-core:main Oct 26, 2023
@sbc100 sbc100 deleted the fix_nothrow branch October 26, 2023 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants