This is an archive of the discontinued LLVM Phabricator instance.

[MISched] Fix non-debug builds.
ClosedPublic

Authored by fpetrogalli on Jun 13 2023, 7:32 AM.

Details

Summary

As reported in https://github.com/llvm/llvm-project/issues/63225, we
need to make sure we can use the &operator<< on instances of the
ResourceSegments class for builds that set NDEBUG.

Diff Detail

Event Timeline

fpetrogalli created this revision.Jun 13 2023, 7:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 13 2023, 7:32 AM
fpetrogalli requested review of this revision.Jun 13 2023, 7:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 13 2023, 7:32 AM
This revision is now accepted and ready to land.Jun 14 2023, 6:10 AM
This revision was automatically updated to reflect the committed changes.

thanks!

De nada! :) Thank you for reporting the issue.