-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Frontend: support dumping the JIT state #33301
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
Conversation
CC: @lhames @DougGregor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nifty idea
Nice! Thanks @compnerd. |
@swift-ci test |
Build failed |
Add a debugging mechanism that enables the JIT to dump the LLVM IR and object files to enable debugging the JIT. This makes it easier to debug the JIT mode failures. The idea was from Lang Hames!
46662af
to
8d21750
Compare
@swift-ci please test |
Build failed |
Build failed |
⛵ |
Add a debugging mechanism that enables the JIT to dump the LLVM IR and
object files to enable debugging the JIT. This makes it easier to debug
the JIT mode failures. The idea was from Lang Hames!
Replace this paragraph with a description of your changes and rationale. Provide links to external references/discussions if appropriate.
Resolves SR-NNNN.