While testing I hit on CHECK_LE(allocator_end, end) randomly from one build to another. Looking to GetAllocatorGlobalRange(&allocator_begin, &allocator_end) just few lines above this check, It appears that allocator_end theoretically may become equal to end (if allocator locates in top addresses of corresponding global section).
Just relax this check to avoid such failure.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM