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

Instrumentation: allow use of multiple threads via make -j or similar #682

Open
3 tasks
lukasrothenberger opened this issue Nov 6, 2024 · 0 comments
Open
3 tasks

Comments

@lukasrothenberger
Copy link
Collaborator

Currently, the static analysis needs to be executed wirh a single thread. This is not acceptable for larger code bases and should be fixed.

  • remove requirement for llvm module pass and use functionpasses instead
  • combine the individual results in the llvm doFinalization function
  • make this fix compatible with the new llvm pass manager
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

1 participant