[PATCH] D131922: [llvm-reduce] Move most debugging output behind --verbose

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 15 14:51:05 PDT 2022


aeubanks created this revision.
aeubanks added reviewers: arsenm, regehr.
Herald added a project: All.
aeubanks requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

This should cut down on the visual noise when reducing. Still keep output when we run a pass or when we successfully reduce.

Notably, this also suppresses redirecting the test output to stdout/stderr.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D131922

Files:
  llvm/tools/llvm-reduce/TestRunner.cpp
  llvm/tools/llvm-reduce/deltas/Delta.cpp
  llvm/tools/llvm-reduce/deltas/Utils.cpp
  llvm/tools/llvm-reduce/deltas/Utils.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131922.452813.patch
Type: text/x-patch
Size: 5334 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220815/f6d07188/attachment.bin>


More information about the llvm-commits mailing list