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

Produce smaller JSON blob #8

Closed
lambdageek opened this issue Oct 28, 2017 · 1 comment
Closed

Produce smaller JSON blob #8

lambdageek opened this issue Oct 28, 2017 · 1 comment

Comments

@lambdageek
Copy link
Owner

See lambdageek/centrinel-report#1

It may make sense to produce a single JSON file per translation unit and update centrinel-report to consume some version of the compile_commands.json database.

(would also have to munge the commands db before processing to note multiple invokes on a single translation unit)

@lambdageek
Copy link
Owner Author

This is done now. We traverse compile_commands.json and group all compile invocations on the same translation unit to avoid repeated work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant