[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:47:05 PST 2017


kubamracek added inline comments.


================
Comment at: lib/lsan/lsan_common_mac.cc:11
+// This file is a part of LeakSanitizer.
+// Implementation of common leak checking functionality. Linux-specific code.
+//
----------------
Please update comment.


================
Comment at: lib/sanitizer_common/sanitizer_stoptheworld_mac.cc:10-11
+//
+// See sanitizer_stoptheworld.h for details.
+// This implementation was inspired by Markus Gutschke's linuxthreads.cc.
+//
----------------
Please update comment.


https://reviews.llvm.org/D29784





More information about the llvm-commits mailing list