[all-commits] [llvm/llvm-project] 309d45: [llvm-reduce] Move most debugging output behind --...
aeubanks via All-commits
all-commits at lists.llvm.org
Fri Aug 19 13:27:55 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 309d4538662fac082b9b0bee5720de5c240cd400
https://github.com/llvm/llvm-project/commit/309d4538662fac082b9b0bee5720de5c240cd400
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2022-08-19 (Fri, 19 Aug 2022)
Changed paths:
M llvm/tools/llvm-reduce/TestRunner.cpp
M llvm/tools/llvm-reduce/deltas/Delta.cpp
M llvm/tools/llvm-reduce/deltas/Utils.cpp
M llvm/tools/llvm-reduce/deltas/Utils.h
Log Message:
-----------
[llvm-reduce] Move most debugging output behind --verbose
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.
Reviewed By: regehr
Differential Revision: https://reviews.llvm.org/D131922
More information about the All-commits
mailing list