[PATCH] D11897: [libunwind] Make it possible to use libunwind without heap.

whitequark via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 13 18:42:31 PDT 2015


whitequark added a comment.

I've tried to do that, but it appears that you cannot partially specialize a member function. As a result, the object has the annoying property of having undefined references to malloc/free, which the current solution avoids.


http://reviews.llvm.org/D11897





More information about the llvm-commits mailing list