[all-commits] [llvm/llvm-project] 7b5196: [scudo][standalone] Remove the pthread key from th...
Kostya Kortchinsky via All-commits
all-commits at lists.llvm.org
Tue Sep 22 08:25:55 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7b51961cd0748ed5bd3b6fdacbfe596c374c93bc
https://github.com/llvm/llvm-project/commit/7b51961cd0748ed5bd3b6fdacbfe596c374c93bc
Author: Kostya Kortchinsky <kostyak at google.com>
Date: 2020-09-22 (Tue, 22 Sep 2020)
Changed paths:
M compiler-rt/lib/scudo/standalone/tsd_shared.h
Log Message:
-----------
[scudo][standalone] Remove the pthread key from the shared TSD
https://reviews.llvm.org/D87420 removed the uses of the pthread key,
but the key itself was left in the shared TSD registry. It is created
on registry initialization, and destroyed on registry teardown.
There is really no use for it now, so we can just remove it.
Differential Revision: https://reviews.llvm.org/D88046
More information about the All-commits
mailing list