[flang] Make the symbol count used for collating symbols static
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. Differential Revision: https://reviews.llvm.org/D98357
Loading
Please register or sign in to comment