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

[DWARF] Fix debug intrinsics on Linux #9866

Merged
merged 5 commits into from
Dec 19, 2024

Conversation

SingleAccretion
Copy link
Contributor

@SingleAccretion SingleAccretion commented Dec 19, 2024

Fixes #9857.

Switches the CI testing for DI to use --release, to increase the likelihood of this kind of issue being caught early next time.

Another policy which would've caught this early is enabling warn-as-error for C code. But that would be a larger change.

@SingleAccretion SingleAccretion force-pushed the DI-Fix branch 2 times, most recently from 1277ec5 to c7b9783 Compare December 19, 2024 17:06
This would have caught the issue in CI.

It is also closer to what the end user will use.
@SingleAccretion SingleAccretion marked this pull request as ready for review December 19, 2024 17:19
@SingleAccretion SingleAccretion requested review from a team as code owners December 19, 2024 17:19
@SingleAccretion SingleAccretion requested review from alexcrichton and removed request for a team December 19, 2024 17:19
@github-actions github-actions bot added the wasmtime:api Related to the API of the `wasmtime` crate itself label Dec 19, 2024
@alexcrichton alexcrichton added this pull request to the merge queue Dec 19, 2024
Merged via the queue into bytecodealliance:main with commit 71ca453 Dec 19, 2024
42 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wasmtime:api Related to the API of the `wasmtime` crate itself
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[DWARF] #9706 broke Linux
2 participants