[PATCH] D13188: [MachO] Stop generating *coal* sections.
Akira Hatanaka via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 7 11:24:19 PDT 2015
ahatanak added a comment.
Yes, using SpecificBumpPtrAllocator solves all the problems without using shared_ptr. The patch looks fine, except that there were build errors because some of the destructors were declared private.
I'll update my patch after your patch is committed.
http://reviews.llvm.org/D13188
More information about the llvm-commits
mailing list