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

Remove LSS (llvm-verifier) bindings from SAW #435

Merged
merged 8 commits into from
May 20, 2019
Merged

Conversation

atomb
Copy link
Contributor

@atomb atomb commented May 14, 2019

This removes all connections to the old LSS (llvm-verifier) code now that the Crucible-based equivalent is sufficiently robust. The one downside is that llvm_symexec no longer exists. We may want to implement something with similar but better functionality eventually.

Fixes #396.

Aaron Tomb added 8 commits April 12, 2019 16:52
Several changes remain:

  - Fixing the AutoMatch code
  - Updating examples and tests to not use llvm_{verify,extract,symexec}
Now all *_verify and *_extract calls are to the Crucible versions. Until
we fix crucible_llvm_extract, some of the latter will fail. Calls to
llvm_symexec are still in place, but need to be removed soon.
@atomb atomb requested a review from brianhuffman May 14, 2019 18:54
@atomb atomb added this to the 0.3 milestone May 15, 2019
@atomb atomb merged commit 88cdeb0 into master May 20, 2019
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.

Remove LSS-based commands
1 participant