diff options
author | Fangrui Song <i@maskray.me> | 2025-07-24 20:12:12 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-24 20:12:12 -0700 |
commit | b0dea47ae613b5d4167058ebef6b91b92dea8488 (patch) | |
tree | 9710eb695fb192ccc6ef3274a4999bd4f285ab7c /llvm/lib/ExecutionEngine/Orc/ThreadSafeModule.cpp | |
parent | 3d9cf92c281bd34e7d53cf75fbfb966fdb071b74 (diff) | |
download | llvm-b0dea47ae613b5d4167058ebef6b91b92dea8488.zip llvm-b0dea47ae613b5d4167058ebef6b91b92dea8488.tar.gz llvm-b0dea47ae613b5d4167058ebef6b91b92dea8488.tar.bz2 |
GOFF: Only register sections within MCObjectStreamer::changeSection
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)
Pull Request: https://github.com/llvm/llvm-project/pull/150183
Diffstat (limited to 'llvm/lib/ExecutionEngine/Orc/ThreadSafeModule.cpp')
0 files changed, 0 insertions, 0 deletions