Skip to content

Add capacity for linking model in the same way as goto-cc for C++/Rust API #7658

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

Open
NlightNFotis opened this issue Apr 11, 2023 · 0 comments
Labels
Kani Bugs or features of importance to Kani Rust Verifier Rust API Issues pertaining to the CBCM Rust API

Comments

@NlightNFotis
Copy link
Contributor

Description

Add support for linking models from separate files (and potentially writing the resulting model into a separate file on disk), and specialising with the --function.

Ideally, the end result should allow interaction with the API that achieves the same outcome that the following two calls achieve:

  1. goto-cc a.out /home/ubuntu/git/kani/library/kani/kani_lib.c -o b.out
  2. goto-cc b.out --function harness -o b_harness.out

Context

[This is to track items outlined in #7042 that are missing to make the C++ and Rust API more useful]

@NlightNFotis NlightNFotis added Kani Bugs or features of importance to Kani Rust Verifier Rust API Issues pertaining to the CBCM Rust API labels Apr 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Kani Bugs or features of importance to Kani Rust Verifier Rust API Issues pertaining to the CBCM Rust API
Projects
Status: No status
Development

No branches or pull requests

1 participant