[llvm-branch-commits] [llvm] IR: Introduce !elf_section_properties for setting section properties. (PR #149260)
Peter Collingbourne via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Apr 20 14:54:39 PDT 2026
================
@@ -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
More information about the llvm-branch-commits
mailing list