This is an archive of the discontinued LLVM Phabricator instance.

ThinLTO: Fix assembler to emit alwaysInline in the summary
ClosedPublic

Authored by Bharathi on Nov 15 2019, 10:24 AM.

Details

Summary

The earlier commit (https://reviews.llvm.org/D70014) missed this one : If Always_Inline happens to be the only entry in FuncFlags, then the assembler will not print it in the summary.

Diff Detail

Event Timeline

Bharathi created this revision.Nov 15 2019, 10:24 AM
This revision is now accepted and ready to land.Nov 15 2019, 11:59 AM
This revision was automatically updated to reflect the committed changes.