-
Notifications
You must be signed in to change notification settings - Fork 92
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
Propogate backend options into goto-synthesizer #2643
Conversation
goto-synthesizer should take the same backend options as cbmc to make sure that the checker that we used in Kani to check loop-contracts candidates is the same as the checker we verify the final goto-binary.
82bc123
to
d8cb014
Compare
Looks good. We'll need to wait for a new CBMC release that includes diffblue/cbmc#7900 before merging though, right? |
Yes, we should merge this PR after CBMC 5.94.0 published. |
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.
Just blocking this until we release 0.39.0. Thank you for your patience. 😃
Description of changes:
goto-synthesizer
should take the same backend options ascbmc
to make sure that the checker we used to check loop-contracts candidates is the same as the checker we verify the final goto-binary.CBMC backend options: https://github.com/diffblue/cbmc/blob/develop/src/cbmc/cbmc_parse_options.cpp#L993C1-L1000C58 including
object-bits
option (propagated in this PR)array-uf
options (propagated in this PR)Resolved issues:
Resolves #ISSUE-NUMBER
Related RFC:
Optional #ISSUE-NUMBER.
Call-outs:
Testing:
How is this change tested?
Is this a refactor change?
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.