[compiler-rt] Use empty SuspendedThreadsList for Fuchsia
authorPetr Hosek <phosek@google.com>
Tue, 3 Nov 2020 18:41:17 +0000 (10:41 -0800)
committerPetr Hosek <phosek@google.com>
Tue, 3 Nov 2020 19:34:13 +0000 (11:34 -0800)
commite0b5e5a9d89c9f04f12ab91922507b4561ebbc7a
tree3f2397c09dd93e7af0333da3765cd1fbc1138210
parent4cd09273061321c63cc18d4bd6817ba2569b38b8
[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
compiler-rt/lib/lsan/lsan_common_fuchsia.cpp
compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_fuchsia.cpp
compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_fuchsia.h [new file with mode: 0644]