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

Kuba (Brecka) Mracek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 30 11:43:38 PDT 2017


kubamracek added a comment.

Besides the issue with "uptr tid", LGTM.



================
Comment at: lib/sanitizer_common/sanitizer_stoptheworld.h:32
+#elif SANITIZER_MAC
+  uptr tid;
+  thread_t thread;
----------------
uptr is not correct here; macOS has 64-bit thread IDs even on i386


https://reviews.llvm.org/D31474





More information about the llvm-commits mailing list