[PATCH] D11897: [libunwind] Make it possible to use libunwind without heap.
whitequark via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 30 22:32:34 PDT 2015
whitequark added a comment.
Do you think it would be valuable to have no references to malloc/free in no-heap builds? (I think it is: as opposed to having a stub implementation, it allows to catch erroneous references in third-party code earlier.)
If yes, can you suggest a way to conditionally call them that wouldn't involve the preprocessor?
http://reviews.llvm.org/D11897
More information about the llvm-commits
mailing list