You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()
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:
The text was updated successfully, but these errors were encountered: