This is an archive of the discontinued LLVM Phabricator instance.

[llvm-dwarfdump][Statistics] Count more than one concrete out-of-line instance of a function
ClosedPublic

Authored by krisb on Jan 19 2020, 8:00 AM.

Details

Summary

Here may be more than one out-of-line instance of the same function among different CUs. All of them should be accounted for to get an accurate total number of variables/parameters.

Diff Detail

Event Timeline

krisb created this revision.Jan 19 2020, 8:00 AM
Herald added a project: Restricted Project. · View Herald Transcript
aprantl accepted this revision.Jan 21 2020, 10:12 AM

Test case update?

This revision is now accepted and ready to land.Jan 21 2020, 10:12 AM
krisb updated this revision to Diff 239657.Jan 22 2020, 11:16 AM
krisb retitled this revision from [llvm-dwarfdump][Statistics] Count more than one conrete out-of-line instances of a function to [llvm-dwarfdump][Statistics] Count more than one concrete out-of-line instance of a function.

Added a test.

@aprantl thanks for the review! Are you okay with this test?

This revision was automatically updated to reflect the committed changes.