This is an archive of the discontinued LLVM Phabricator instance.

[analyzer] Allow CFG dumps in release builds
ClosedPublic

Authored by steakhal on Apr 26 2022, 2:59 AM.

Details

Summary

This is a similar commit to D124442, but for CFG dumps.
The binary size diff remained the same demonstrated in that patch.

This time I'm adding tests for demonstrating that all the dump debug
checkers work - even in regular builds without asserts.

Diff Detail

Event Timeline

steakhal created this revision.Apr 26 2022, 2:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 26 2022, 2:59 AM
steakhal requested review of this revision.Apr 26 2022, 2:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 26 2022, 2:59 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
martong accepted this revision.Apr 26 2022, 5:31 AM

LGTM!

This revision is now accepted and ready to land.Apr 26 2022, 5:31 AM
This revision was automatically updated to reflect the committed changes.