This is an archive of the discontinued LLVM Phabricator instance.

[flang] Make the symbol count used for collating symbols static
ClosedPublic

Authored by PeteSteinfeld on Mar 10 2021, 8:26 AM.

Details

Summary

I changed the declaration of symbolCount_ in the type Symbols to be
static to avoid possible problems in the future when we might have
multiple objects of type Symbols. Thanks to Peter for pointing out the
need for this change.

Diff Detail

Event Timeline

PeteSteinfeld requested review of this revision.Mar 10 2021, 8:26 AM
PeteSteinfeld created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptMar 10 2021, 8:26 AM
PeteSteinfeld added a project: Restricted Project.Mar 10 2021, 8:26 AM
klausler accepted this revision.Mar 12 2021, 8:49 AM
This revision is now accepted and ready to land.Mar 12 2021, 8:49 AM