forked from OSchip/llvm-project
Fix LSan build
This change fixes a build bug introduced in
39db491957
Differential Revision: https://reviews.llvm.org/D135860
This commit is contained in:
parent
54bfd04846
commit
e851f7dbca
|
@ -358,7 +358,8 @@ void ForEachExtraStackRangeCb(uptr begin, uptr end, void *arg) {
|
|||
# if SANITIZER_FUCHSIA
|
||||
|
||||
// Fuchsia handles all threads together with its own callback.
|
||||
static void ProcessThreads(SuspendedThreadsList const &, Frontier *) {}
|
||||
static void ProcessThreads(SuspendedThreadsList const &, Frontier *, tid_t,
|
||||
uptr) {}
|
||||
|
||||
# else
|
||||
|
||||
|
|
Loading…
Reference in New Issue