-
Notifications
You must be signed in to change notification settings - Fork 129
Remove --legacy-linker support
#2127
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
Changes from all commits
fa4e698
fbb7de4
cdf796a
4374c0d
a052b67
8164f0b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -23,12 +23,11 @@ echo | |
|
|
||
| # At the moment, we only test codegen for the virtio module | ||
| cd $KANI_DIR/firecracker/src/devices/src/virtio/ | ||
| # Disable warnings until https://github.com/model-checking/kani/issues/573 is fixed | ||
| export KANI_LOG=error | ||
| export RUSTC_LOG=error | ||
| export RUST_BACKTRACE=1 | ||
| # Use the legacy linker for now since we want to maximize the code that we are compiling from firecracker. | ||
| # The MIR Linker will by default only collect code relevant to proof harnesses, however, firecracker has none. | ||
| cargo kani --only-codegen --legacy-linker | ||
| # Use cargo assess since this is now our default way of assessing Kani suitability to verify a crate. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not for this PR, but think we should do this for
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We haven't. I added a note to the description of the PR. I don't know how easy it would be to compile the tests of the |
||
| cargo kani --enable-unstable --only-codegen assess | ||
|
|
||
| echo | ||
| echo "Finished Firecracker codegen regression successfully..." | ||
|
|
||
This file was deleted.
This file was deleted.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.