Do not use SpecificBumpPtrAllocator to create output sections.
The number of output sections is usually limited, so the cost of allocating them is not a bottleneck. This patch simplifies the code by removing the allocators. llvm-svn: 256437
Loading
Please sign in to comment