[PATCH] D66314: [Bugpoint redesign] Output option can now print to STDOUT
Diego TreviƱo via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 15 15:08:45 PDT 2019
diegotf created this revision.
diegotf added reviewers: chandlerc, dblaikie, xbolva00.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
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 <https://reviews.llvm.org/D64176> had flaky tests, which I believe were because the reduced file was being catted into `FileCheck`, instead of being pass from STDOUT directly.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D66314
Files:
llvm/test/Reduce/remove-funcs.ll
llvm/tools/llvm-reduce/TestRunner.cpp
llvm/tools/llvm-reduce/deltas/Delta.cpp
llvm/tools/llvm-reduce/deltas/Delta.h
llvm/tools/llvm-reduce/deltas/ReduceFunctions.cpp
llvm/tools/llvm-reduce/llvm-reduce.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66314.215476.patch
Type: text/x-patch
Size: 7662 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190815/bbe0e45e/attachment.bin>
More information about the llvm-commits
mailing list