[PATCH] D29784: Add lsan function stubs for darwin

Kuba (Brecka) Mracek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 10 14:33:55 PST 2017


kubamracek added a comment.

Can you insert something like `CHECK(0 && "unimplemented")` into all those functions?  Just to make sure nobody actually tries to call them until they're implemented.


https://reviews.llvm.org/D29784





More information about the llvm-commits mailing list