This is an archive of the discontinued LLVM Phabricator instance.

[sanitizers] Redirect stdout and stderr to TASK_LOG
ClosedPublic

Authored by echristo on Dec 12 2019, 1:37 AM.

Details

Summary

At some point cpplint.py became very noisy during a build spewing a few hundred lines of "Done processing..." even with SILENT=1 in cmake. This attempts to redirect the stdout of "Done processing" to the task log along with any errors.

Tested by this with and without SILENT=1 to check things.

Diff Detail

Event Timeline

echristo created this revision.Dec 12 2019, 1:37 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 12 2019, 1:37 AM
Herald added subscribers: llvm-commits, Restricted Project, mcrosier. · View Herald Transcript

Unit tests: pass. 60759 tests passed, 0 failed and 726 were skipped.

clang-format: pass.

Build artifacts: console-log.txt, CMakeCache.txt, test-results.xml, diff.json

eugenis accepted this revision.Dec 12 2019, 1:06 PM
eugenis added a subscriber: eugenis.

LGTM

This revision is now accepted and ready to land.Dec 12 2019, 1:06 PM
This revision was automatically updated to reflect the committed changes.