This is an archive of the discontinued LLVM Phabricator instance.

[ThinLTO] Fix printing of NoInline function summary flag
ClosedPublic

Authored by tejohnson on Oct 14 2019, 9:17 AM.

Details

Summary

The guard for printing function flags in the summary was not checking
the NoInline flag.

Diff Detail

Event Timeline

tejohnson created this revision.Oct 14 2019, 9:17 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 14 2019, 9:17 AM
wmi accepted this revision.Oct 14 2019, 11:29 AM

LGTM.

This revision is now accepted and ready to land.Oct 14 2019, 11:29 AM
This revision was automatically updated to reflect the committed changes.