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

crucible-llvm: Move translation from llvm-pretty ASTs into a separate library #1126

Open
langston-barrett opened this issue Nov 9, 2023 · 0 comments
Labels

Comments

@langston-barrett
Copy link
Contributor

Crucible-LLVM now has several clients that do not make use of the translation from llvm-pretty ASTs into Crucible-LLVM ASTs (much of which happens in Lang.Crucible.LLVM.Translation.*):

  • crucible-llvm-{cli,syntax} parse Crucible-LLVM CFGs using an S-expression syntax
  • macaw-symbolic uses just the memory model
  • crucible-wasm uses just the memory model

These clients would have faster build times if they could depend on a slimmer library that exports just the functionality they need. Furthermore, it would force us to think harder about our APIs (in a good way).

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

1 participant