This is an archive of the discontinued LLVM Phabricator instance.

[llvm-reduce] Unify pass logging
ClosedPublic

Authored by aeubanks on Oct 17 2022, 9:44 PM.

Details

Summary

We randomly use outs() or errs(), which makes test logs confusing.
We also randomly add/don't add a line afterward.

Diff Detail

Event Timeline

aeubanks created this revision.Oct 17 2022, 9:44 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 17 2022, 9:44 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
aeubanks requested review of this revision.Oct 17 2022, 9:44 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 17 2022, 9:44 PM
arsenm accepted this revision.Oct 17 2022, 10:59 PM
This revision is now accepted and ready to land.Oct 17 2022, 10:59 PM
This revision was landed with ongoing or failed builds.Oct 18 2022, 8:43 AM
This revision was automatically updated to reflect the committed changes.