1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00
llvm-mirror/tools/llvm-reduce
Diego Trevino Ferrer f3ddd9e99c [Bugpoint redesign] Output option can now print to STDOUT
Summary:
This also changes all the outs() statements to errs() so the output and
progress streams don't get mixed.

This has been added because D64176 had flaky tests, which I believe were because the reduced file was being catted into `FileCheck`, instead of being pass from STDOUT directly.

Reviewers: chandlerc, dblaikie, xbolva00

Subscribers: llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D66314

llvm-svn: 369060
2019-08-15 22:39:43 +00:00
..
deltas [Bugpoint redesign] Output option can now print to STDOUT 2019-08-15 22:39:43 +00:00
CMakeLists.txt Revert [Bugpoint redesign] Added Pass to Remove Global Variables 2019-08-15 19:08:15 +00:00
DeltaManager.h Revert [Bugpoint redesign] Added Pass to Remove Global Variables 2019-08-15 19:08:15 +00:00
llvm-reduce.cpp [Bugpoint redesign] Output option can now print to STDOUT 2019-08-15 22:39:43 +00:00
LLVMBuild.txt Added Delta IR Reduction Tool 2019-08-08 22:16:33 +00:00
TestRunner.cpp [Bugpoint redesign] Output option can now print to STDOUT 2019-08-15 22:39:43 +00:00
TestRunner.h Added Delta IR Reduction Tool 2019-08-08 22:16:33 +00:00