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

Emit CLIF even if compilation fails #10018

Merged

Conversation

alexcrichton
Copy link
Member

Just after #10011 I ran into a case where I wanted to peek at CLIF after compilation failed but the structure of the code failed to enable this, so I've refactored --emit-clif to emit the CLIF even if the lowering step fails.

Just after bytecodealliance#10011 I ran into a case where I wanted to peek at CLIF after
compilation failed but the structure of the code failed to enable this,
so I've refactored `--emit-clif` to emit the CLIF even if the lowering
step fails.
@alexcrichton alexcrichton requested a review from a team as a code owner January 14, 2025 21:43
@alexcrichton alexcrichton requested review from dicej and removed request for a team January 14, 2025 21:43
@alexcrichton alexcrichton added this pull request to the merge queue Jan 14, 2025
Merged via the queue into bytecodealliance:main with commit f099784 Jan 14, 2025
39 checks passed
@alexcrichton alexcrichton deleted the emit-clif-on-failure branch January 14, 2025 23: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.

2 participants