[PATCH] D72549: [TSan] Register threads created via pthread_create_from_mach_thread
Pierre Habouzit via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 11 10:53:56 PST 2020
MadCoder accepted this revision.
MadCoder added inline comments.
This revision is now accepted and ready to land.
================
Comment at: compiler-rt/lib/tsan/rtl/tsan_platform_mac.cpp:208
+ pthread_key_t key,
+ const void *value) {
+ // These magic values are not part of the ABI. Do not depend on them!
----------------
nit: it should be `void *` not `const void *` ;) but it really doesn't matter for you
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72549/new/
https://reviews.llvm.org/D72549
More information about the llvm-commits
mailing list