[all-commits] [llvm/llvm-project] d876c7: scudo: Remove the THREADLOCAL macro.
pcc via All-commits
all-commits at lists.llvm.org
Thu Sep 10 19:16:54 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d876c7c8ec5387aac14041cace1833b243e5b335
https://github.com/llvm/llvm-project/commit/d876c7c8ec5387aac14041cace1833b243e5b335
Author: Peter Collingbourne <peter at pcc.me.uk>
Date: 2020-09-10 (Thu, 10 Sep 2020)
Changed paths:
M compiler-rt/lib/scudo/standalone/internal_defs.h
M compiler-rt/lib/scudo/standalone/tests/primary_test.cpp
M compiler-rt/lib/scudo/standalone/tsd_exclusive.h
Log Message:
-----------
scudo: Remove the THREADLOCAL macro.
Replace all remaining uses with thread_local, which is a C++11
standard feature.
Differential Revision: https://reviews.llvm.org/D87478
More information about the All-commits
mailing list