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

Add a argument to specify the name of the target function #45

Open
rafaelsamenezes opened this issue Nov 10, 2020 · 0 comments
Open

Add a argument to specify the name of the target function #45

rafaelsamenezes opened this issue Nov 10, 2020 · 0 comments

Comments

@rafaelsamenezes
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
FuseBMC is trying to use map2check to create coverage for C programs. However, its targets consists in functions named GOAL_N (where N is a number).

Describe the solution you'd like
Add the option --target-function-name which will set the target function name for map2check. This will require patches over the TargetPass and over the opt calls.

Describe alternatives you've considered
The tool that is using map2check could instead rename the current target into __VERIFIER_error()

Additional context
Some reference:

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

No branches or pull requests

1 participant