[PATCH] D87420: scudo: Introduce a new mechanism to let Scudo access a platform-specific TLS slot
Russell Gallop via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 17 09:36:31 PDT 2020
russell.gallop added inline comments.
================
Comment at: compiler-rt/lib/scudo/standalone/tsd_shared.h:192
pthread_key_t PThreadKey;
atomic_u32 CurrentIndex;
----------------
Is this still needed? The key is just created and deleted with nothing set or get. Apologies if I've missed something.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87420/new/
https://reviews.llvm.org/D87420
More information about the llvm-commits
mailing list