================ @@ -771,8 +772,8 @@ calcUniqueIDUpdateFlagsAndSize(const GlobalObject *GO, StringRef SectionName, // implicitly for this symbol e.g. .rodata.str1.1, then we don't need // to unique the section as the entry size for this symbol will be // compatible with implicitly created sections. - SmallString<128> ImplicitSectionNameStem = getELFSectionNameForGlobal( - GO, Kind, Mang, TM, EntrySize, false, /*MJTE=*/nullptr); + SmallString<128> ImplicitSectionNameStem = ---------------- pcc wrote:
That's orthogonal to this patch. There are several instances of `SmallString<128>` in this file already and changing this one would make it inconsistent. If we want to change it, we should do it in a separate patch. https://github.com/llvm/llvm-project/pull/149260 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
