This is an archive of the discontinued LLVM Phabricator instance.

[analyzer] SATest: Use logger in single-threaded mode as well
ClosedPublic

Authored by vsavchenko on Jun 10 2020, 10:59 AM.

Details

Summary

It generalizes the way the output looks across any -jN.
Additionally it solves the buffering problems.

Diff Detail

Event Timeline

vsavchenko created this revision.Jun 10 2020, 10:59 AM
NoQ added inline comments.Jun 18 2020, 7:32 AM
clang/utils/analyzer/SATestBuild.py
650

Now that you have a global Logger, is this still relevant?

vsavchenko marked an inline comment as done.Jun 18 2020, 7:59 AM
vsavchenko added inline comments.
clang/utils/analyzer/SATestBuild.py
650

Yes, it prints the name of the project with the actual message, so it's visible what is this line about

NoQ accepted this revision.Jun 19 2020, 7:45 AM

Aha ok nvm then!

This revision is now accepted and ready to land.Jun 19 2020, 7:45 AM
This revision was automatically updated to reflect the committed changes.