This is an archive of the discontinued LLVM Phabricator instance.

[BOLT][test] Add missing stderr redirections
ClosedPublic

Authored by Amir on Jul 26 2023, 8:43 AM.

Details

Reviewers
rafauler
maksfb
Group Reviewers
Restricted Project
Commits
rG2dea832ef064: [BOLT][test] Add missing stderr redirections
Summary

BOLT-ERROR and BOLT-WARNING messages are output to stderr which is not captured
by piping to FileCheck. Redirect stderr to stdout to fix that in tests.

Diff Detail

Event Timeline

Amir created this revision.Jul 26 2023, 8:43 AM
Herald added a reviewer: maksfb. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
Amir requested review of this revision.Jul 26 2023, 8:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 26 2023, 8:43 AM
maksfb accepted this revision.Jul 26 2023, 9:02 AM
This revision is now accepted and ready to land.Jul 26 2023, 9:02 AM
This revision was automatically updated to reflect the committed changes.