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

Add missing SourceLoc to newly-emitted instructions #2335

Merged
merged 1 commit into from
Oct 28, 2020

Conversation

abrown
Copy link
Contributor

@abrown abrown commented Oct 28, 2020

The changes in #2278 added SourceLocs to several x64 Inst variants; between when that PR was last run in CI and when it was merged, new instructions were added that require this new parameter. This change adds the parameter in order to fix CI.

@abrown abrown requested review from cfallin and jlb6740 October 28, 2020 20:46
@abrown
Copy link
Contributor Author

abrown commented Oct 28, 2020

cc: @cfallin, @akirilov-arm, @jlb6740--let's see if this fix works!

Copy link
Member

@cfallin cfallin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the quick fix!

The changes in bytecodealliance#2278 added `SourceLoc`s to several x64 `Inst` variants; between when that PR was last run in CI and when it was merged, new instructions were added that require this new parameter. This change adds the parameter in order to fix CI.
@abrown
Copy link
Contributor Author

abrown commented Oct 28, 2020

This CI run (started before the PR was closed and re-opened, which apparently restarts CI--good to know!) is now complete so I am going to merge.

@abrown abrown merged commit 5b9a21e into bytecodealliance:main Oct 28, 2020
@abrown abrown deleted the fix-ci branch October 28, 2020 21:33
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.

3 participants