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

Don't generate 128-bit atomics in fuzzing #9474

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

alexcrichton
Copy link
Member

This commit fixes some issues cropping up due to fuzzing 128-bit atomics in cranelift-{icache,fuzzgen}. Not all backends support these operations and x64 only supports them with a feature enabled, so for now disable fuzzing until it's ready to fuzz later.

This commit fixes some issues cropping up due to fuzzing 128-bit atomics
in `cranelift-{icache,fuzzgen}`. Not all backends support these
operations and x64 only supports them with a feature enabled, so for now
disable fuzzing until it's ready to fuzz later.
@alexcrichton alexcrichton requested a review from a team as a code owner October 16, 2024 03:56
@alexcrichton alexcrichton requested review from abrown and removed request for a team October 16, 2024 03:56
@alexcrichton alexcrichton added this pull request to the merge queue Oct 16, 2024
Merged via the queue into bytecodealliance:main with commit b62651f Oct 16, 2024
39 checks passed
@alexcrichton alexcrichton deleted the fix-some-fuzzers branch October 16, 2024 05:04
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