Fix LSan build
authorWiktor Garbacz <wiktorg@google.com>
Thu, 13 Oct 2022 17:40:27 +0000 (10:40 -0700)
committerHaowei Wu <haowei@google.com>
Thu, 13 Oct 2022 17:44:27 +0000 (10:44 -0700)
This change fixes a build bug introduced in
39db491957dcf095936d81bed89c2b4edae2a1e7

Differential Revision: https://reviews.llvm.org/D135860

compiler-rt/lib/lsan/lsan_common.cpp

index 5121877..5762746 100644 (file)
@@ -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