MCObjectStreamer is more suitable to create fragments than X86AsmBackend, for example, the function getOrCreateDataFragment is defined in MCObjectStreamer.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM.
I'm hoping we can simply some of this further such that we don't need the conditional reuse pattern, but this is strictly better than what we have currently. Land it and we'll iterate.