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 Data.LLVM.CFG? #271

Open
langston-barrett opened this issue Feb 22, 2024 · 1 comment
Open

Remove Data.LLVM.CFG? #271

langston-barrett opened this issue Feb 22, 2024 · 1 comment

Comments

@langston-barrett
Copy link
Contributor

It appears to only be used within this package to print GraphViz code via the CLI and in the defunct llvm-verifier. Given that GraphViz visualization can be accomplished via opt, I'm not convinced of the utility of maintaining our own version. We could likely remove a dependency or two if we do remove this.

@RyanGlScott
Copy link
Contributor

If we can achieve everything that llvm-disasm does via opt, then I'm definitely open to the idea of removing this code.

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

2 participants