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

Pass the C file to the svcomp runner rather than the optimized llvm #739

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

hernanponcedeleon
Copy link
Owner

In #666 we decided to log a warning instead of throwing an exception if opt failed. However, if it failed, then the *-opt.ll file (which was still being used by the svcomp wrapper) does not exists.

This PR solves the problem by using directly the C file rather than the llvm code.

@hernanponcedeleon hernanponcedeleon changed the base branch from master to development September 18, 2024 12:34
Copy link
Collaborator

@ThomasHaas ThomasHaas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@hernanponcedeleon hernanponcedeleon merged commit 690a283 into development Sep 19, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants