[PATCH] D11897: [libunwind] Make it possible to use libunwind without heap.
Saleem Abdulrasool via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 12 19:59:30 PDT 2015
compnerd added a comment.
The FDECache already is templated, take a second parameter which is _LIBUNWIND_NO_HEAP. If disabled, just return.
http://reviews.llvm.org/D11897
More information about the llvm-commits
mailing list