[all-commits] [llvm/llvm-project] 3ecfe6: [sanitizers] Redirect stdout and stderr to TASK_LOG

Eric Christopher via All-commits all-commits at lists.llvm.org
Thu Dec 12 13:11:28 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3ecfe64fe339cd7ac9c3bfa4ecee0f66365e2998
      https://github.com/llvm/llvm-project/commit/3ecfe64fe339cd7ac9c3bfa4ecee0f66365e2998
  Author: Eric Christopher <echristo at gmail.com>
  Date:   2019-12-12 (Thu, 12 Dec 2019)

  Changed paths:
    M compiler-rt/lib/sanitizer_common/scripts/check_lint.sh

  Log Message:
  -----------
  [sanitizers] Redirect stdout and stderr to TASK_LOG

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.

Differential Revision: https://reviews.llvm.org/D71402
Reviewed By: eugenis




More information about the All-commits mailing list