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

Saleem Abdulrasool via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 31 22:47:39 PDT 2015


compnerd added a comment.

I agree that would be useful.  Unfortunately, partial template specialization in this case would be difficult.  I would just create a functor that represents the body and is templated on the heap availability.


http://reviews.llvm.org/D11897





More information about the llvm-commits mailing list