[all-commits] [llvm/llvm-project] e0b5e5: [compiler-rt] Use empty SuspendedThreadsList for F...
Petr Hosek via All-commits
all-commits at lists.llvm.org
Tue Nov 3 11:34:35 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e0b5e5a9d89c9f04f12ab91922507b4561ebbc7a
https://github.com/llvm/llvm-project/commit/e0b5e5a9d89c9f04f12ab91922507b4561ebbc7a
Author: Petr Hosek <phosek at google.com>
Date: 2020-11-03 (Tue, 03 Nov 2020)
Changed paths:
M compiler-rt/lib/lsan/lsan_common_fuchsia.cpp
M compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_fuchsia.cpp
A compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_fuchsia.h
Log Message:
-----------
[compiler-rt] Use empty SuspendedThreadsList for Fuchsia
d48f2d7 made destructor of SuspendedThreadsList protected, so we need
an empty subclass to pass to the callback now.
Differential Revision: https://reviews.llvm.org/D90695
More information about the All-commits
mailing list