[PATCH] D31474: Update suspended threads info to be compatible with darwin

Kostya Serebryany via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 30 13:26:03 PDT 2017


kcc added inline comments.


================
Comment at: lib/sanitizer_common/sanitizer_stoptheworld.h:21
+#if SANITIZER_MAC
+#include <mach/mach.h>
+#endif
----------------
And more generally, please do not include *any* system headers in any sanitizer file, unless it already includes other system headers. 


https://reviews.llvm.org/D31474





More information about the llvm-commits mailing list