In general, a region is located from region base and has size
RegionSize. However, some platforms may not support mapping from
region base. Before we have each platform implements their specific
MemMap to handle the offset. Temporarily dispatch the region from
RegionBeg instead.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
@Chia-hungDuan I think we can remove this workaround now that we have a more general solution in D148141. I've verified that reverting this CL does not break Fuchsia, so +2 for removing it from my side.