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

Provide a way to pass in additional arguments #42

Open
prapicault opened this issue Dec 18, 2014 · 4 comments
Open

Provide a way to pass in additional arguments #42

prapicault opened this issue Dec 18, 2014 · 4 comments
Labels

Comments

@prapicault
Copy link
Contributor

PK: "There should be a field for entering additional command line arguments."

@prapicault
Copy link
Contributor Author

Could you please detail the use case for this?

@peterschrammel
Copy link
Member

When using CBMC to analyze a program, it is often needed to add instrumentations to the code that should not be present in the executable version of the code. Hence, preprocessor directives like -DWITH_CBMC (-UWITH_CBMC) are passed to cbmc in order to enable (disable) these instrumentations.

@prapicault
Copy link
Contributor Author

Fixed in master.

@peterschrammel
Copy link
Member

If several arguments are given only the first one is passed to CBMC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants