This is an archive of the discontinued LLVM Phabricator instance.

[Bugpoint redesign] Output option can now print to STDOUT
ClosedPublic

Authored by diegotf on Aug 15 2019, 3:08 PM.

Details

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.

Event Timeline

diegotf created this revision.Aug 15 2019, 3:08 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 15 2019, 3:08 PM
xbolva00 added inline comments.Aug 15 2019, 3:21 PM
llvm/test/Reduce/remove-funcs.ll
4

+1

remove-global-vars.ll needs fix too, please revisit tests..

diegotf marked 2 inline comments as done.Aug 15 2019, 3:22 PM
diegotf added inline comments.
llvm/test/Reduce/remove-funcs.ll
4

Yes, I've reverted that commit (I don't know why it didn't reflect on Phabricator). I'll update the other diff accordingly

xbolva00 accepted this revision.Aug 15 2019, 3:35 PM

Ok, go ahead.

This revision is now accepted and ready to land.Aug 15 2019, 3:35 PM
This revision was automatically updated to reflect the committed changes.