[llvm-branch-commits] GOFF: Only register sections within MCObjectStreamer::changeSection (PR #150183)
Fangrui Song via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Jul 23 00:53:48 PDT 2025
https://github.com/MaskRay created https://github.com/llvm/llvm-project/pull/150183
registerSection should only be called by
MCObjectStreamer::changeSection. This will be utilized by a pending
change to move initial fragment allocation from MCContext::createSection
to MCStreamer::changeSection, resolving some issues (Fragments should
only be created when using MCSteramer, not during
`MCContext::getELFSection` calls)
More information about the llvm-branch-commits
mailing list